In This Topic
Determines whether the anchor point is shown
Syntax
'Declaration
Public Property ShowAnchor As System.Boolean
'Usage
Dim instance As DicomLabel
Dim value As System.Boolean
instance.ShowAnchor = value
value = instance.ShowAnchor
public System.bool ShowAnchor {get; set;}
public read-write property ShowAnchor: System.Boolean;
public function get,set ShowAnchor : System.boolean
public: __property System.bool get_ShowAnchor();
public: __property void set_ShowAnchor(
System.bool value
);
public:
property System.bool ShowAnchor {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also