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




In This Topic
    EndAngle Property
    In This Topic
    Gets or sets the end angle of the elliptical arc, in radians.
    Syntax
    'Declaration
     
    Public Property EndAngle As Single
    'Usage
     
    Dim instance As ImGearVectorEntityArc
    Dim value As Single
     
    instance.EndAngle = value
     
    value = instance.EndAngle
    public float EndAngle {get; set;}
    public: __property float get_EndAngle();
    public: __property void set_EndAngle( 
       float value
    );
    public:
    property float EndAngle {
       float get();
       void set (    float value);
    }

    Property Value

    Any floating-point value.
    See Also