TextEffects 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 an effect to apply to the text within a report item.
public enum class TextEffects
public enum TextEffects
type TextEffects =
Public Enum TextEffects
- Inheritance
-
TextEffects
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default text effect. |
None | 1 | No text effect. |
Shadow | 2 | Shadow text effect. |
Emboss | 3 | Emboss text effect. |
Embed | 4 | Embed text effect. |
Frame | 5 | Frame text effect. |