Back to Devexpress

XtraUserControl.Font Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrausercontrol-d5b5e79d.md

latest1.5 KB
Original Source

XtraUserControl.Font Property

Gets or sets font settings applied to the control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public override Font Font { get; set; }
vb
<DXCategory("Appearance")>
Public Overrides Property Font As Font

Property Value

TypeDescription
Font

A Font object that contains font settings.

|

Remarks

This property is synchronized with the AppearanceObject.Font property of the XtraUserControl.Appearance object.

See Also

Appearance

XtraUserControl Class

XtraUserControl Members

DevExpress.XtraEditors Namespace