LabelControl.Appearance Property
In This Article
Gets the appearance settings used to paint the label.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public LabelControlAppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Label |
A Label |
#Remarks
For more information on appearances, see Application Appearance and Skin Colors
See Also