Gets and sets whether or not the length unit text is abbreviated.
'Declaration
Public Property ShowAbbreviation As Boolean
'Usage
Dim instance As RulerTool
Dim value As Boolean
instance.ShowAbbreviation = value
value = instance.ShowAbbreviation
public bool ShowAbbreviation {get; set;}
public: __property bool get_ShowAbbreviation();
public: __property void set_ShowAbbreviation(
bool value
);
public:
property bool ShowAbbreviation {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true if the length unit text is abbreviated. Otherwise,
false is used and the length unit text is not abbreviated.