ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityArc Class / RadiusY Property




In This Topic
    RadiusY Property (ImGearVectorEntityArc)
    In This Topic
    Gets or sets a radius of the elliptical arc along the y-axis.
    Syntax
    'Declaration
     
    Public Property RadiusY As Single
    'Usage
     
    Dim instance As ImGearVectorEntityArc
    Dim value As Single
     
    instance.RadiusY = value
     
    value = instance.RadiusY
    public float RadiusY {get; set;}
    public: __property float get_RadiusY();
    public: __property void set_RadiusY( 
       float value
    );
    public:
    property float RadiusY {
       float get();
       void set (    float value);
    }

    Property Value

    Any positive value.
    See Also