Back to Devexpress

LightRigDirection Enum

officefileapi-devexpress-dot-docs-dot-presentation-cea1027b.md

latest1.5 KB
Original Source

LightRigDirection Enum

Lists the directions of a light rig.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum LightRigDirection
vb
Public Enum LightRigDirection

Members

NameDescription
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

DevExpress.Docs.Presentation Namespace