Accusoft.NotateXpress13.Net
BeginPointStyle Property (RulerToolbarDefaults)




Gets and sets the arrowhead used to draw the ruler.
Syntax
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);
}
'Declaration
 
Public Property BeginPointStyle As EndPointStyle
 
'Usage
 
Dim instance As RulerToolbarDefaults
Dim value As EndPointStyle
 
instance.BeginPointStyle = value
 
value = instance.BeginPointStyle

Property Value

The begin point style.
Remarks

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

See Also

Reference

RulerToolbarDefaults Class
RulerToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback