'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")> Public Property GradientAngle As Single
[DefaultValue(0)] [Description("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")] public float GradientAngle { get; set; }
[DefaultValue(0)] [Description("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")] public: __property float get_GradientAngle(); public: __property void set_GradientAngle(
float value
);
[DefaultValue(0)] [Description("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")] public:
property float GradientAngle { float get(); void set(float value); }