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






    IsShutter Property
    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
    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