Back to Devexpress

BackstageViewTabItem.AppearanceSelected Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewtabitem-99950d9b.md

latest1.7 KB
Original Source

BackstageViewTabItem.AppearanceSelected Property

Provides access to appearance settings applied to the item’s caption when the item is selected.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual AppearanceObject AppearanceSelected { get; }
vb
Public Overridable ReadOnly Property AppearanceSelected As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains corresponding appearance settings.

|

Remarks

You can use the AppearanceSelected property to specify the foreground color, font settings and text wrapping options for the item’s caption (the BackstageViewItem.Caption property).

See Also

Caption

Selected

BackstageViewTabItem Class

BackstageViewTabItem Members

DevExpress.XtraBars.Ribbon Namespace