RibbonPage.ActualColor Property
In This Article
Gets the color that is used to paint the page caption. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#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