CardRowTextElementBase.FontStyle Property
Gets or sets the style applied to text.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| DXFontStyle | Regular | A DXFontStyle value that specifies the style applied to text. |
Available values:
| Name | Description |
|---|---|
| Regular | Normal text. |
| Bold | Bold text. |
| Italic | Italic text. |
| Underline | Underlined text. |
| Strikeout | Strike-through text. |
See Also