Accusoft.NotateXpress13.Net
BeginPointStyle Property (LineToolbarDefaults)




This is used for displaying arrowheads on the begining of a line.
Syntax
'Declaration
 
Public Property BeginPointStyle As EndPointStyle
'Usage
 
Dim instance As LineToolbarDefaults
Dim value As EndPointStyle
 
instance.BeginPointStyle = value
 
value = instance.BeginPointStyle
public EndPointStyle BeginPointStyle {get; set;}
public: __property EndPointStyle get_BeginPointStyle();
public: __property void set_BeginPointStyle( 
   EndPointStyle value
);
public:
property EndPointStyle BeginPointStyle {
   EndPointStyle get();
   void set (    EndPointStyle value);
}

Property Value

The begin point style.
See Also

Reference

LineToolbarDefaults Class
LineToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback