MsoPresetLightingDirection 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 location of lighting on an extruded (three-dimensional) shape relative to the shape.
public enum class MsoPresetLightingDirection
public enum MsoPresetLightingDirection
type MsoPresetLightingDirection =
Public Enum MsoPresetLightingDirection
- Inheritance
-
MsoPresetLightingDirection
Fields
Name | Value | Description |
---|---|---|
msoPresetLightingDirectionMixed | -2 | Not supported. |
msoLightingTopLeft | 1 | Lighting comes from the top left. |
msoLightingTop | 2 | Lighting comes from the top. |
msoLightingTopRight | 3 | Lighting comes from the top right. |
msoLightingLeft | 4 | Lighting comes from the left. |
msoLightingNone | 5 | No lighting. |
msoLightingRight | 6 | Lighting comes from the right. |
msoLightingBottomLeft | 7 | Lighting comes from the bottom left. |
msoLightingBottom | 8 | Lighting comes from the bottom. |
msoLightingBottomRight | 9 | Lighting comes from the bottom right. |