Gets or sets the opacity of the first color between 0.0 (completely transparent) and 1.0 (opaque).

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

Syntax

C#
[DefaultValueAttribute()]
public double Opacity { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property Opacity As Double
	Get
	Set

See Also