ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialColorItem Class / Brush Property



In This Topic
    Brush Property
    In This Topic
    Gets or sets the Brush property.
    Syntax
    'Declaration
     
    
    Public Property Brush As Brush
    'Usage
     
    
    Dim instance As C1RadialColorItem
    Dim value As Brush
     
    instance.Brush = value
     
    value = instance.Brush
    public Brush Brush {get; set;}
    public:
    property Brush^ Brush {
       Brush^ get();
       void set (    Brush^ value);
    }
    Remarks
    This property will be set automatically if application sets the Color property.
    See Also