CardRowTextElementBase.FontStyle Property
Gets or sets the style applied to text.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
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