Back to Devexpress

BarAndDockingControllerLookAndFeel.ColorScheme Property

windowsforms-devexpress-dot-xtrabars-dot-baranddockingcontrollerlookandfeel.md

latest2.3 KB
Original Source

BarAndDockingControllerLookAndFeel.ColorScheme Property

Gets or sets the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(RibbonControlColorScheme.Default)]
public virtual RibbonControlColorScheme ColorScheme { get; set; }
vb
<DefaultValue(RibbonControlColorScheme.Default)>
Public Overridable Property ColorScheme As RibbonControlColorScheme

Property Value

TypeDefaultDescription
RibbonControlColorSchemeDefault

A RibbonControlColorScheme enumerator value that specifies the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel.

|

Available values:

NameDescription
Yellow

The Yellow color scheme.

| | Blue |

The Blue color scheme.

| | Green |

The Green color scheme.

| | Orange |

The Orange color scheme.

| | Purple |

The Purple color scheme.

| | Default |

All Ribbon elements are painted with their default skin colors.

| | Teal |

The Teal color scheme.

| | Red |

The Red color scheme.

| | DarkBlue |

The DarkBlue color scheme.

|

Remarks

See RibbonControl.ColorScheme property to learn more.

See Also

BarAndDockingControllerLookAndFeel Class

BarAndDockingControllerLookAndFeel Members

DevExpress.XtraBars Namespace