Skip to main content

CardRowTextElementBase.FontSize Property

Gets or sets a font size for the current element.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public float? FontSize { get; set; }

Property Value

Type Default Description
Nullable<Single> null

A Single value that specifies a font size for the current element.

See Also