[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GradientFill.Angle

Angle Property

Angle

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.

Declaration
public float Angle { get; set; }
Public Property Angle As Single