ImageGear .NET
ArcRadius Property (ImGearARTProtractor)




Gets or sets the radius of the arc drawn in the mark.
Syntax
'Declaration
 
Public Property ArcRadius As Integer
'Usage
 
Dim instance As ImGearARTProtractor
Dim value As Integer
 
instance.ArcRadius = value
 
value = instance.ArcRadius
public int ArcRadius {get; set;}
public: __property int get_ArcRadius();
public: __property void set_ArcRadius( 
   int value
);
public:
property int ArcRadius {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The radius is measured in pixels. The default value is 0.
See Also

Reference

ImGearARTProtractor Class
ImGearARTProtractor Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback