Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXFontStyle Enum

Lists values that indicate style information applied to text.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

[Flags]
public enum DXFontStyle

Members

Name Description
Regular

Normal text.

Bold

Bold text.

Italic

Italic text.

Underline

Underlined text.

Strikeout

Strike-through text.

Related API Members

The following properties accept/return DXFontStyle values:

See Also