Back to Devexpress

RibbonControl.NormalPageCaptionTextStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-8ce8caff.md

latest1.6 KB
Original Source

RibbonControl.NormalPageCaptionTextStyle Property

Gets or sets the style applied to a Ribbon page’s caption (RibbonPage.Caption), when the page is not selected. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Style NormalPageCaptionTextStyle { get; set; }
vb
Public Property NormalPageCaptionTextStyle As Style

Property Value

TypeDescription
Style

A Style object applied to non-selected Ribbon page captions.

|

Remarks

Target Type : System.Windows.Controls.ContentControl

To learn about styles, see Styling and Templating in MSDN.

See Also

Caption

SelectedPageCaptionTextStyle

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace