In This Topic
Controls whether image shutters (if specified in the image) are used.
Syntax
'Declaration
Public Property ShowShutter As System.Boolean
'Usage
Dim instance As DicomImage
Dim value As System.Boolean
instance.ShowShutter = value
value = instance.ShowShutter
public System.bool ShowShutter {get; set;}
public read-write property ShowShutter: System.Boolean;
public function get,set ShowShutter : System.boolean
public: __property System.bool get_ShowShutter();
public: __property void set_ShowShutter(
System.bool value
);
public:
property System.bool ShowShutter {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also