DicomObjects.NET8 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 Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.IsShutter = value
     
    value = instance.IsShutter
    public bool IsShutter {get; set;}
    public:
    property bool IsShutter {
       bool get();
       void set (    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also