Gets and sets whether or not the length is displayed adjacent to the ruler annotation.
'Declaration
Public Property ShowLength As Boolean
'Usage
Dim instance As RulerTool
Dim value As Boolean
instance.ShowLength = value
value = instance.ShowLength
public bool ShowLength {get; set;}
public: __property bool get_ShowLength();
public: __property void set_ShowLength(
bool value
);
public:
property bool ShowLength {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to display the length adjacent to the ruler annotation. Otherwise,
false is used and the length is not displayed adjacent to the ruler annotation.