officefileapi-devexpress-dot-docs-dot-presentation-cea1027b.md
Lists the directions of a light rig.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public enum LightRigDirection
Public Enum LightRigDirection
| Name | Description |
|---|---|
None |
The light rig direction is not specified.
|
| Bottom |
The light rig is directed from the bottom.
|
| BottomLeft |
The light rig is directed from the bottom-left corner.
|
| BottomRight |
The light rig is directed from the bottom-right corner.
|
| Left |
The light rig is directed from the left.
|
| Right |
The light rig is directed from the right.
|
| Top |
The light rig is directed from the top.
|
| TopLeft |
The light rig is directed from the top-left corner.
|
| TopRight |
The light rig is directed from the top-right corner.
|
The following properties accept/return LightRigDirection values:
See Also