Search
LinearGradientBrush.Angle Property
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public double Angle { get; set; }

Visual Basic  Copy Code

Public Property Angle As Double

 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