Skip to main content

CardRowTextElementBase.FontStyle Property

Gets or sets the style applied to text.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.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