Skip to main content
A newer version of this page is available. .

XtraForm.Font Property

Gets or sets the form’s font.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override Font Font { get; set; }

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.

See Also