Gets or sets the opacity of the second color between 0.0 (completely transparent) and 1.0 (opaque).
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] public double Opacity2 { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute()> _ Public Property Opacity2 As Double Get Set |