Skip to main content
All docs
V25.2
  • ShapeEffect3DProperties.LightRigDirection Property

    Gets or sets the light rig direction.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public LightRigDirection LightRigDirection { get; set; }

    Property Value

    Type Description
    LightRigDirection

    The light rig direction.

    Available values:

    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.

    See Also