Back to Devexpress

LabelControl.Appearance Property

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol.md

latest1.7 KB
Original Source

LabelControl.Appearance Property

Gets the appearance settings used to paint the label.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
LabelControlAppearanceObject

A LabelControlAppearanceObject object which contains the label’s appearance settings.

|

Remarks

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

See Also

AppearanceHovered

AppearancePressed

AppearanceDisabled

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace