Search
LinearGradientBrush.Angle Property
See Also
 






Gets or sets the angle of the gradient.

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 double value.

 See Also