XtraForm.Font Property
Gets or sets the form’s font.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Font | A Font object which specifies the form’s font. |
#Remarks
The appearance settings used to paint the form’s client region are provided by the XtraForm.Appearance property. This property returns an AppearanceObject object whose properties specify the form’s background and foreground colors, font, etc. The Font property’s value is synchronized with the appearance object’s AppearanceObject.Font property.