ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / OpacityMask Property

In This Topic
    OpacityMask Property (C1GaugeDecorator)
    In This Topic
    Gets or sets the brush used as opacity mask of the element.
    Syntax
    'Declaration
     
    
    Public Property OpacityMask As Brush
    public Brush OpacityMask {get; set;}
    See Also