FontStyles Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the font style for the text within a report item.
public enum class FontStyles
public enum FontStyles
type FontStyles =
Public Enum FontStyles
- Inheritance
-
FontStyles
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the default font style, which is the same as Normal. |
Normal | 1 | Specifies that the font is not italicized. |
Italic | 2 | Specifies that the font is italicized. |