DXFontStyle Enum
Lists values that indicate style information applied to text.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
Name | Description |
---|---|
Regular
|
Normal text. |
Bold
|
Bold text. |
Italic
|
Italic text. |
Underline
|
Underlined text. |
Strikeout
|
Strike-through text. |
See Also