MsoPresetLightingDirection Enumeration
Specifies the location of lighting on an extruded (three-dimensional) shape relative to the shape.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoPresetLightingDirection
'Usage
Dim instance As MsoPresetLightingDirection
public enum MsoPresetLightingDirection
Members
Member name | Description | |
---|---|---|
msoPresetLightingDirectionMixed | Not supported. | |
msoLightingTopLeft | Lighting comes from the top left. | |
msoLightingTop | Lighting comes from the top. | |
msoLightingTopRight | Lighting comes from the top right. | |
msoLightingLeft | Lighting comes from the left. | |
msoLightingNone | No lighting. | |
msoLightingRight | Lighting comes from the right. | |
msoLightingBottomLeft | Lighting comes from the bottom left. | |
msoLightingBottom | Lighting comes from the bottom. | |
msoLightingBottomRight | Lighting comes from the bottom right. |