Gets or sets the radius of the arc drawn in the mark.
Syntax
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);
}
'Declaration
Public Property ArcRadius As Integer
'Usage
Dim instance As ImGearARTProtractor
Dim value As Integer
instance.ArcRadius = value
value = instance.ArcRadius
Property Value
Integer value.
See Also