ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTProtractor Class / ArcRadius Property




In This Topic
    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.
    Remarks
    The radius is measured in pixels. The default value is 0.
    See Also