Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum LightingDirectionType
Public Enumeration LightingDirectionType
public enum class LightingDirectionType
type LightingDirectionType
Members
| Member | Value | Description |
|---|---|---|
| None | -1 | |
| TopLeft | 0 | |
| Top | 1 | |
| TopRight | 2 | |
| Right | 3 | |
| BottomRight | 4 | |
| Bottom | 5 | |
| BottomLeft | 6 | |
| Left | 7 |