In This Topic
Controls whether the label is drawn in reversible mode
Syntax
'Declaration
Public Property Reversible As System.Boolean
'Usage
Dim instance As DicomLabel
Dim value As System.Boolean
instance.Reversible = value
value = instance.Reversible
public System.bool Reversible {get; set;}
public read-write property Reversible: System.Boolean;
public function get,set Reversible : System.boolean
public: __property System.bool get_Reversible();
public: __property void set_Reversible(
System.bool value
);
public:
property System.bool Reversible {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also