Gets or sets the type of a gradient falloff.

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

Syntax

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

See Also