ArcRadius Property (ImGearARTProtractor)
In This Topic
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.
See Also