Skip to main content
All docs
V23.2

DXFont.Style Property

Returns style information applied to the font.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

[Browsable(false)]
public DXFontStyle Style { get; }

Property Value

Type Description
DXFontStyle

A DXFontStyle object that specifies the font style.

Available values:

Name Description
Regular

Normal text.

Bold

Bold text.

Italic

Italic text.

Underline

Underlined text.

Strikeout

Strike-through text.

See Also