ComponentOne FinancialChart for WPF
Color Property



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

Reference

C1RadialColorItem Class
C1RadialColorItem Members