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




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

    Property Value

    Any value.
    See Also