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 | Specifies the Default text effect. |
None | 1 | Specifies the No text effect. |
Shadow | 2 | Specifies the Shadow text effect. |
Emboss | 3 | Specifies the Emboss text effect. |
Embed | 4 | Specifies the Embed text effect. |
Frame | 5 | Specifies the Frame text effect. |