DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also