LightingDirectionType Enumeration
|
Indicates light directions.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum LightingDirectionType
Public Enumeration LightingDirectionType
public enum class LightingDirectionType
type LightingDirectionType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
TopLeft
|
0
|
|
|
|
Top
|
1
|
|
|
|
TopRight
|
2
|
|
|
|
Right
|
3
|
|
|
|
BottomRight
|
4
|
|
|
|
Bottom
|
5
|
|
|
|
BottomLeft
|
6
|
|
|
|
Left
|
7
|
|
See Also