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



In This Topic
    Color Property
    In This Topic
    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