[]
Gets or sets the direction of color change for the gradient in degrees 0..360.
To define this angle, let its value be x measured clockwise.
Then ( -sin x, cos x ) is a vector parallel to the line of constant color in the gradient fill.
This property has effect only when the Type property is Linear.
public float Angle { get; set; }
Public Property Angle As Single