Skip to main content

DXFontIconSource.FontFamily Property

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
FontFamily

The glyph’s font.

See Also