Flags for styling fonts.
Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 70.0.21819.5008 (70.0.21819.5008)
Syntax
C#
[FlagsAttribute] public enum FontStyleFlags
Members
| Member name | Value | Description | |
|---|---|---|---|
| Regular | 0 | No font styling. | |
| Bold | 1 | Bold font style. | |
| Italic | 2 | Italic font style. | |
| Underline | 4 | Underlined font decoration. | |
| Strikeout | 8 | Strikeout font decoration. |
Version Information
Supported in: 14.8, 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also