ComponentOne FinancialChart for WPF
C1.WPF 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 Brush
    'Usage
     
    
    Dim instance As C1RadialSlider
    Dim value As Brush
     
    value = instance.CircularBrush
    public Brush CircularBrush {get;}
    public:
    property Brush^ CircularBrush {
       Brush^ get();
    }
    See Also