CardRowTextElementBase.FontStyle Property
In This Article
Gets or sets the style applied to text.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DXFontStyle.Regular)]
public DXFontStyle FontStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DXFont |
Regular | A DXFont |
Available values:
Name | Description |
---|---|
Regular | Normal text. |
Bold | Bold text. |
Italic | Italic text. |
Underline | Underlined text. |
Strikeout | Strike-through text. |
See Also