Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / AutomaticColor Property


In This Topic
    AutomaticColor Property
    In This Topic
    Gets or sets the automatic Color.
    Syntax
    'Declaration
     
    
    Public Property AutomaticColor As Color
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As Color
     
    instance.AutomaticColor = value
     
    value = instance.AutomaticColor
    public Color AutomaticColor {get; set;}
    See Also