Page.ThemeEffects Property
Visio Automation Reference |
Gets or sets the current theme effect for the page. Read/write.
Version Information
Version Added: Visio 2007
Syntax
expression.ThemeEffects
expression An expression that returns a Page object.
Return Value
Variant
Remarks
You can set the ThemeEffects property value to any one of the following:
- The name or universal name of the theme effect (strings)
- An enumerated value from the VisThemeEffects enumeration
- A Master object of type visTypeThemeEffects
The ThemeEffects property always returns the universal name of the current theme effect.
See Also