.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Background Class : GradientAngle Property
GradientAngle Property
Gets or sets an angle at which gradients are drawn.( left to right = 0, right to left = 180 )
Syntax
'Declaration
 
Public Property GradientAngle As Single
'Usage
 
Dim instance As Background
Dim value As Single
 
instance.GradientAngle = value
 
value = instance.GradientAngle
public float GradientAngle {get; set;}
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also