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

CardRowTextElementBase.FontStyle Property

Gets or sets the style applied to text.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(FontStyle.Regular)]
public FontStyle FontStyle { get; set; }

Property Value

Type Default Description
FontStyle **Regular**

A FontStyle value that specifies the style applied to text.

See Also