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.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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