Back to Devexpress

DxFontSettings.Size Property

blazor-devexpress-dot-blazor-dot-dxfontsettings-19b1e9fd.md

latest949 B
Original Source

DxFontSettings.Size Property

Specifies the font size of the element’s text.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public int? Size { get; set; }

Property Value

TypeDescription
Nullable<Int32>

The font size in pixels.

|

Remarks

Refer to the DxFontSettings class description for additional information and an example.

See Also

DxFontSettings Class

DxFontSettings Members

DevExpress.Blazor Namespace