ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / OpacityMask Property

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