Skip to main content
All docs
V24.2

DXFontStyle Enum

Lists values that indicate style information applied to text.

Namespace: DevExpress.Drawing

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

Library Related API Members
Cross-Platform Class Library DXFont.Style
Office File API PdfGraphicsAcroFormFieldAppearance.FontStyle
XAF: Cross-Platform .NET App UI & Web API AppearanceAttribute.FontStyle
AppearanceObject.FontStyle
IAppearance.FontStyle
IAppearanceFormat.FontStyle

#Related API Members

The following properties accept/return DXFontStyle values:

Library Related API Members
Cross-Platform Class Library DXFont.Style
Office File API PdfGraphicsAcroFormFieldAppearance.FontStyle
Dashboard AppearanceSettings.FontStyle
CardRowTextElementBase.FontStyle
XAF: Cross-Platform .NET App UI & Web API AppearanceAttribute.FontStyle
AppearanceObject.FontStyle
IAppearance.FontStyle
IAppearanceFormat.FontStyle

See Also