GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / LightRigDirection Enumeration


LightRigDirection Enumeration
Represents the direction from which the light rig is positioned relative to the scene.
Syntax
'Declaration
 
Public Enum LightRigDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As LightRigDirection
Members
MemberDescription
BottomThe orientation of the rig as a whole is rotated to the bottom.
BottomLeftThe orientation of the rig as a whole is rotated to the bottom left.
BottomRightThe orientation of the rig as a whole is rotated to the bottom right.
LeftThe orientation of the rig as a whole is rotated to the left.
RightThe orientation of the rig as a whole is rotated to the right.
TopThe orientation of the rig as a whole is rotated to the top.
TopLeftThe orientation of the rig as a whole is rotated to the top left.
TopRightThe orientation of the rig as a whole is rotated to the top right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.LightRigDirection

See Also