Accusoft.NotateXpress13.Net
BeginPointStyle Property (ProtractorTool)




Gets and sets the style used to draw the protractor begin point.
Syntax
'Declaration
 
Public Property BeginPointStyle As EndPointStyle
'Usage
 
Dim instance As ProtractorTool
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.
Remarks

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

See Also

Reference

ProtractorTool Class
ProtractorTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback