DXFont.Style Property
In This Article
Returns style information applied to the font.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
[Browsable(false)]
public DXFontStyle Style { get; }
#Property Value
Type | Description |
---|---|
DXFont |
A |
Available values:
Name | Description |
---|---|
Regular | Normal text. |
Bold | Bold text. |
Italic | Italic text. |
Underline | Underlined text. |
Strikeout | Strike-through text. |
See Also