Skip to main content
A newer version of this page is available. .

CardRowTextElementBase.FontSize Property

Gets or sets a font size for the current element.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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