ImageGear .NET - Updated
ArcRadius Property (IImGearARTProtractor)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTProtractor Interface : ArcRadius Property
Gets or sets the radius of the arc drawn in the mark.
Syntax
'Declaration
 
Property ArcRadius As Integer
'Usage
 
Dim instance As IImGearARTProtractor
Dim value As Integer
 
instance.ArcRadius = value
 
value = instance.ArcRadius
int ArcRadius {get; set;}
__property int get_ArcRadius();
__property void set_ArcRadius( 
   int value
);
property int ArcRadius {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearARTProtractor Interface
IImGearARTProtractor Members