DxFontSettings.Size Property
Specifies the font size of the element’s text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public int? Size { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | The font size in pixels. |
Remarks
Refer to the DxFontSettings class description for more information and an example.
See Also