Skip to main content

DXFontIconSourceBase.FontSize Property

Gets or sets the icon’s font size.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(20, Handler = "OnContentChanged")]
public double FontSize { get; set; }

#Property Value

Type Description
Double

The icon’s font size.

See Also