Accusoft.NotateXpress13.Net
EndPointStyle Property (LineToolbarDefaults)




Gets and sets the end point style used for displaying arrowheads on the end of a line.
Syntax
'Declaration
 
Public Property EndPointStyle As EndPointStyle
'Usage
 
Dim instance As LineToolbarDefaults
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 end point style.
See Also

Reference

LineToolbarDefaults Class
LineToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback