Back to Devexpress

CardRowTextElementBase.FontStyle Property

dashboard-devexpress-dot-dashboardcommon-dot-cardrowtextelementbase.md

latest1.6 KB
Original Source

CardRowTextElementBase.FontStyle Property

Gets or sets the style applied to text.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(DXFontStyle.Regular)]
public DXFontStyle FontStyle { get; set; }
vb
<DefaultValue(DXFontStyle.Regular)>
Public Property FontStyle As DXFontStyle

Property Value

TypeDefaultDescription
DXFontStyleRegular

A DXFontStyle value that specifies the style applied to text.

|

Available values:

NameDescription
Regular

Normal text.

| | Bold |

Bold text.

| | Italic |

Italic text.

| | Underline |

Underlined text.

| | Strikeout |

Strike-through text.

|

See Also

FontSize

FontFamily

CardRowTextElementBase Class

CardRowTextElementBase Members

DevExpress.DashboardCommon Namespace