Skip to main content
All docs
V23.2

DXFontStyle Enum

Lists values that indicate style information applied to text.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.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.

See Also