dotnetCHARTING Send comments on this topic.
GradientAngle Property
See Also 
dotnetCHARTING Namespace > Background Class : GradientAngle Property



Gets or sets an angle at which gradients are drawn.( left to right = 0, right to left = 180 )

Syntax

Visual Basic (Declaration) 
Public Property GradientAngle As Single
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As Single
 
instance.GradientAngle = value
 
value = instance.GradientAngle
C# 
public float GradientAngle {get; set;}
C++/CLI 
public:
property float GradientAngle {
   float get();
   void set (float value);
}

See Also