Back to Devexpress

XtraMdiTabPage.Appearance Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtramditabpage-618716b6.md

latest1.7 KB
Original Source

XtraMdiTabPage.Appearance Property

Provides access to the properties that control the tab page’s appearance.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public PageAppearance Appearance { get; }
vb
Public ReadOnly Property Appearance As PageAppearance

Property Value

TypeDescription
PageAppearance

A PageAppearance object which provides the appearance settings for the tab page’s elements.

|

Remarks

The appearance settings for all pages are specified by the XtraTabbedMdiManager.AppearancePage property. The Appearance property allows the appearance of individual tab pages to be specified.

The BackColor and BackColor2 settings are not in effect in skinning painting schemes.

For more information on appearances, see the Application Appearance and Skin Colors document.

See Also

XtraMdiTabPage Class

XtraMdiTabPage Members

DevExpress.XtraTabbedMdi Namespace