Gets and sets whether or not the length is displayed adjacent to the ruler annotation.
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);
}
'Declaration
Public Property ShowLength As Boolean
'Usage
Dim instance As RulerTool
Dim value As Boolean
instance.ShowLength = value
value = instance.ShowLength
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.