Accusoft.NotateXpress13.Net
ShowAbbreviation Property (ProtractorToolbarDefaults)




Gets and sets whether or not the length unit text is abbreviated.
Syntax
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);
}
'Declaration
 
Public Property ShowAbbreviation As Boolean
 
'Usage
 
Dim instance As ProtractorToolbarDefaults
Dim value As Boolean
 
instance.ShowAbbreviation = value
 
value = instance.ShowAbbreviation

Property Value

A boolean value which is true to abbreviate length unit text. Otherwise, false is used.
Remarks

The default value is false.

See Also

Reference

ProtractorToolbarDefaults Class
ProtractorToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback