DXFontIconSource.FontFamily Property
In This Article
Gets or sets the glyph’s font.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("$SegoeMDL2Assets", Handler = "OnContentChanged")]
public FontFamily FontFamily { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The glyph’s font. |
See Also