Gets or sets the start angle of the elliptical arc in radians.
Syntax
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);
}
'Declaration
Public Property StartAngle As Single
'Usage
Dim instance As ImGearVectorEntityArc
Dim value As Single
instance.StartAngle = value
value = instance.StartAngle
Property Value
Any value.
See Also