'Declaration <DefaultValueAttribute(90)> <DescriptionAttribute("The angle between the start and the end of the arc, which is measured in degrees clockwise from the x-axis.")> Public Property SweepAngle As Single
[DefaultValue(90)] [Description("The angle between the start and the end of the arc, which is measured in degrees clockwise from the x-axis.")] public float SweepAngle { get; set; }
[DefaultValue(90)] [Description("The angle between the start and the end of the arc, which is measured in degrees clockwise from the x-axis.")] public: __property float get_SweepAngle(); public: __property void set_SweepAngle(
float value
);
[DefaultValue(90)] [Description("The angle between the start and the end of the arc, which is measured in degrees clockwise from the x-axis.")] public:
property float SweepAngle { float get(); void set(float value); }
Property Value
Default value is 90.