Word.PresetLightingDirection enum
Specifies the location of lighting on an extruded (three-dimensional) shape relative to the shape.
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
| bottom = "Bottom" | Represents lighting from the bottom. |
| bottomLeft = "BottomLeft" | Represents lighting from the bottom-left. |
| bottomRight = "BottomRight" | Represents lighting from the bottom-right. |
| left = "Left" | Represents lighting from the left. |
| mixed = "Mixed" | Represents a mixed lighting direction. |
| none = "None" | Represents no lighting. |
| right = "Right" | Represents lighting from the right. |
| top = "Top" | Represents lighting from the top. |
| topLeft = "TopLeft" | Represents lighting from the top-left. |
| topRight = "TopRight" | Represents lighting from the top-right. |