Back to Devexpress

XtraTabControl.Appearance Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-d4afda3c.md

latest2.1 KB
Original Source

XtraTabControl.Appearance Property

Gets the appearance settings used to paint the XtraTabControl.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject Appearance { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the tab control.

|

Remarks

Use the Appearance property to specify the tab control’s background color and gradient mode. The control’s XtraTabControl.BackColor property is equivalent to the BackColor property accessible via the Appearance property.

To customize the appearance of all the tab pages in the XtraTabControl use the XtraTabControl.AppearancePage property. To provide custom appearance settings for individual tab pages use the XtraTabPage.Appearance property.

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

See Also

AppearancePage

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace