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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also