Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / LightRigDirection Enumeration


In This Topic
    LightRigDirection Enumeration
    In This Topic
    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
    public enum LightRigDirection : System.Enum 
    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