Back to Devexpress

DXFontStyle Enum

corelibraries-devexpress-dot-drawing-430440cb.md

latest2.3 KB
Original Source

DXFontStyle Enum

Lists values that indicate style information applied to text.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
[Flags]
public enum DXFontStyle
vb
<Flags>
Public Enum DXFontStyle

Members

NameDescription
Regular

Normal text.

| | Bold |

Bold text.

| | Italic |

Italic text.

| | Underline |

Underlined text.

| | Strikeout |

Strike-through text.

|

The following properties accept/return DXFontStyle values:

LibraryRelated API Members
Cross-Platform Class LibraryDXFont.Style
Office File APIPdfGraphicsAcroFormFieldAppearance.FontStyle
XAF: Cross-Platform .NET App UI & Web APIAppearanceAttribute.FontStyle
AppearanceObject.FontStyle
IAppearance.FontStyle
IAppearanceFormat.FontStyle

The following properties accept/return DXFontStyle values:

LibraryRelated API Members
Cross-Platform Class LibraryDXFont.Style
Office File APIPdfGraphicsAcroFormFieldAppearance.FontStyle
DashboardAppearanceSettings.FontStyle
CardRowTextElementBase.FontStyle

See Also

DevExpress.Drawing Namespace