Skip to main content

RibbonPage.ActualColor Property

Gets the color that is used to paint the page caption. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public Color ActualColor { get; protected set; }

Property Value

Type Description
Color

A Color object used to paint the page caption.

Remarks

The color used to paint the captions of a page and its parent category is specified via the RibbonPageCategoryBase.Color property.

See Also