Accusoft.NotateXpress13.Net
ShowLength Property (RulerTool)




Gets and sets whether or not the length is displayed adjacent to the ruler annotation.
Syntax
'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.
See Also

Reference

RulerTool Class
RulerTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback