ComponentOne FinancialChart for WPF
Brush Property



C1.WPF Namespace > C1RadialColorItem Class : Brush Property
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

Reference

C1RadialColorItem Class
C1RadialColorItem Members