Skip to main content
All docs
V26.1
  • ShapeEffect3DProperties.LightRigDirection Property

    Gets or sets the light rig direction.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public LightRigDirection LightRigDirection { get; set; }

    Property Value

    Type Description
    LightRigDirection

    The light rig direction.

    Available values:

    Name Description
    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.

    See Also