ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialSlider Class / CircularBrush Property

In This Topic
    CircularBrush Property
    In This Topic
    Gets the circular brush which can be used in the control template to represent radial gauge.
    Syntax
    'Declaration
     
    Public ReadOnly Property CircularBrush As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush CircularBrush {get;}
    See Also