Back to Devexpress

XtraForm.Font Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-6cc2c088.md

latest1.7 KB
Original Source

XtraForm.Font Property

Gets or sets the form’s font.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public override Font Font { get; set; }
vb
Public Overrides Property Font As Font

Property Value

TypeDescription
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

Appearance

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace