'Declaration <DescriptionAttribute("The angle between the start and the end of the arc, measured in degrees clockwise from the x-axis.")> <DefaultValueAttribute(90)> Public Property SweepAngle As Single
[Description("The angle between the start and the end of the arc, measured in degrees clockwise from the x-axis.")] [DefaultValue(90)] public float SweepAngle { get; set; }
[Description("The angle between the start and the end of the arc, measured in degrees clockwise from the x-axis.")] [DefaultValue(90)] public: __property float get_SweepAngle(); public: __property void set_SweepAngle(
float value
);
[Description("The angle between the start and the end of the arc, measured in degrees clockwise from the x-axis.")] [DefaultValue(90)] public:
property float SweepAngle { float get(); void set(float value); }
Property Value
Значение по умолчанию - 90.