Accusoft.NotateXpress13.Net
BeginPointStyle Property (ProtractorTool)




Gets and sets the style used to draw the protractor begin point.
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 ProtractorTool
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 gauge.

See Also

Reference

ProtractorTool Class
ProtractorTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback