Back to Devexpress

RibbonPage.ActualColor Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-7064aad3.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Color ActualColor { get; protected set; }
vb
Public Property ActualColor As Color

Property Value

TypeDescription
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

Color

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace