DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / IsShutter Property






In This Topic
    IsShutter Property
    In This Topic
    This property decides whether or not the DicomLabel will be acting as a Shutter.
    Syntax
    'Declaration
     
    
    Public Property IsShutter As System.Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Boolean
     
    instance.IsShutter = value
     
    value = instance.IsShutter
    public System.bool IsShutter {get; set;}
    public read-write property IsShutter: System.Boolean; 
    public function get,set IsShutter : System.boolean
    public: __property System.bool get_IsShutter();
    public: __property void set_IsShutter( 
       System.bool value
    );
    public:
    property System.bool IsShutter {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    Label must be polygonal to be a shutter. Brush property must be assigned in order to make the shutter effect visible. If set to true, the outside area will be filled with the color specified by Brush property.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also