FontEdit.Font Property
In This Article
Gets or sets the font. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public FontFamily Font { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The current font. |
See Also