ShowLabels Property (DicomImage)
In This Topic
Controls whether the image�s labels (annotations) are shown on screen
Syntax
'Declaration
Public Property ShowLabels As System.Boolean
'Usage
Dim instance As DicomImage
Dim value As System.Boolean
instance.ShowLabels = value
value = instance.ShowLabels
public System.bool ShowLabels {get; set;}
public read-write property ShowLabels: System.Boolean;
public function get,set ShowLabels : System.boolean
public: __property System.bool get_ShowLabels();
public: __property void set_ShowLabels(
System.bool value
);
public:
property System.bool ShowLabels {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also