LightingDirection Enumeration |
Constants which define light directions.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum LightingDirection
Public Enumeration LightingDirection
public enum class LightingDirection
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| TopLeft | 0 | |
| Top | 1 | |
| TopRight | 2 | |
| Right | 3 | |
| BottomRight | 4 | |
| Bottom | 5 | |
| BottomLeft | 6 | |
| Left | 7 | |
See Also