Back to Devexpress

StyleController.Appearance Property

windowsforms-devexpress-dot-xtraeditors-dot-stylecontroller-5c35d95a.md

latest1.8 KB
Original Source

StyleController.Appearance Property

Provides the appearance settings used to paint target controls and editors in the normal state.

Namespace : DevExpress.XtraEditors

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

The appearance settings used to paint the target controls and editors in the normal state.

|

Remarks

A control/editor bound to a StyleController can override the StyleController.Appearance setting with its own Appearance property (BaseStyleControl.Appearance and RepositoryItem.Appearance) properties.

See Also

AppearanceDisabled

AppearanceFocused

StyleController Class

StyleController Members

DevExpress.XtraEditors Namespace