XtraForm.Appearance Property
Gets the appearance settings used to paint the form.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v22.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object which contains the form’s appearance settings. |
Remarks
The BackColor2, GradientMode and Image properties are not supported by the XtraForm. To specify the background image, use the form’s BackgroundImage property.
For more information on appearances, see the Appearances document.
See Also