ImageGear .NET v24.12 - Updated
StartAngle Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityArc Class : StartAngle Property
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

Reference

ImGearVectorEntityArc Class
ImGearVectorEntityArc Members