Back to Devexpress

DXFont.Style Property

corelibraries-devexpress-dot-drawing-dot-dxfont-d24ee19b.md

latest1.2 KB
Original Source

DXFont.Style Property

Returns style information applied to the font.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
[Browsable(false)]
public DXFontStyle Style { get; }
vb
<Browsable(False)>
Public ReadOnly Property Style As DXFontStyle

Property Value

TypeDescription
DXFontStyle

A DXFontStyle object that specifies the font style.

|

Available values:

NameDescription
Regular

Normal text.

| | Bold |

Bold text.

| | Italic |

Italic text.

| | Underline |

Underlined text.

| | Strikeout |

Strike-through text.

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace