Accusoft.NotateXpress13.Net
EndPointStyle Property (RulerTool)




Gets and sets the arrowhead used to draw the ruler.
Syntax
'Declaration
 
Public Property EndPointStyle As EndPointStyle
'Usage
 
Dim instance As RulerTool
Dim value As EndPointStyle
 
instance.EndPointStyle = value
 
value = instance.EndPointStyle
public EndPointStyle EndPointStyle {get; set;}
public: __property EndPointStyle get_EndPointStyle();
public: __property void set_EndPointStyle( 
   EndPointStyle value
);
public:
property EndPointStyle EndPointStyle {
   EndPointStyle get();
   void set (    EndPointStyle value);
}

Property Value

The begin point style.
Remarks

This property is in addition to the built-in guage.

See Also

Reference

RulerTool Class
RulerTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback