Back to Devexpress

TabFormControlBase.Appearance Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-6fa1110e.md

latest1.8 KB
Original Source

TabFormControlBase.Appearance Property

Provides access to the appearance settings used to paint the TabFormControl’s elements.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual TabFormControlAppearances Appearance { get; }
vb
Public Overridable ReadOnly Property Appearance As TabFormControlAppearances

Property Value

TypeDescription
DevExpress.XtraBars.TabFormControlAppearances

A DevExpress.XtraBars.TabFormControlAppearances object that comprises the appearance settings used to paint the TabFormControl’s elements.

|

Remarks

The DevExpress.XtraBars.TabFormControlAppearances object exposes the TabFormControl and Page properties that comprise the appearance settings used to paint, respectively, the TabFormControl and TabFormPage elements in different states (normal, hovered, disabled, pressed).

For more information on appearances, see the Appearances document.

See Also

Appearances

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace