Accusoft.NotateXpress13.Net
ShowLength Property (RulerToolbarDefaults)




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 RulerToolbarDefaults
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

true if ShowLength otherwise, false.
See Also

Reference

RulerToolbarDefaults Class
RulerToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback