RibbonPageCategoryBase.Color Property
In This Article
Gets or sets the color that is used to paint the category's caption and its pages. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Color | A Color value that specifies the category's color. |
#Remarks
The Color property specifies the color that is used to paint the category's caption and its pages. This color is mixed with the background color.
See Also