MsoShadowStyle 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 type of shadowing effect.
public enum class MsoShadowStyle
public enum MsoShadowStyle
type MsoShadowStyle =
Public Enum MsoShadowStyle
- Inheritance
-
MsoShadowStyle
Fields
Name | Value | Description |
---|---|---|
msoShadowStyleMixed | -2 | Specifies a combination of inner and outer shadow effects. |
msoShadowStyleInnerShadow | 1 | Specifies the inner shadow effect. |
msoShadowStyleOuterShadow | 2 | Specifies the outer shadow effect. |