Gets or sets the direction of a gradient brush.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(C1GaugeGradientDirection.ForwardDiagonal)]
public C1GaugeGradientDirection Direction { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(C1GaugeGradientDirection.ForwardDiagonal)> _
Public Property Direction As C1GaugeGradientDirection
	Get
	Set

See Also