corelibraries-devexpress-dot-drawing-430440cb.md
Lists values that indicate style information applied to text.
Namespace : DevExpress.Drawing
Assembly : DevExpress.Drawing.v25.2.dll
NuGet Package : DevExpress.Drawing
[Flags]
public enum DXFontStyle
<Flags>
Public Enum DXFontStyle
| Name | Description |
|---|---|
Regular |
Normal text.
|
| Bold |
Bold text.
|
| Italic |
Italic text.
|
| Underline |
Underlined text.
|
| Strikeout |
Strike-through text.
|
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 |
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 |
See Also