Search
LinearGradientBrush.Angle Property
See Also
 





Gets or sets the angle of the gradient's orientation line.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public float Angle { get; set; }

Visual Basic  Copy Code

Public Property Angle As Single

 Property Value

A float value that represents he angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line.

 See Also