Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeValueColor Class / Opacity Property

In This Topic
    Opacity Property (C1GaugeValueColor)
    In This Topic
    Gets or sets the opacity of the color between 0.0 (completely transparent) and 1.0 (opaque).
    Syntax
    'Declaration
     
    Public Property Opacity As System.Double
    public System.double Opacity {get; set;}
    See Also