This property decides whether or not the DicomLabel will be acting as a
Shutter.
public bool IsShutter {get; set;}
public:
property bool IsShutter {
bool get();
void set ( bool value);
}
'Declaration
Public Property IsShutter As Boolean
'Usage
Dim instance As DicomLabel
Dim value As Boolean
instance.IsShutter = value
value = instance.IsShutter
Target Platforms: .NET CLR 4.0 or higher