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

    Gets or sets a vector that is perpendicular to the face of the backdrop plane.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public Scene3DVector BackdropPlaneNormalVector { get; set; }

    Property Value

    Type Description
    Scene3DVector

    A vector that is perpendicular to the face of the backdrop plane.

    Remarks

    The following image depicts the backdrop plane elements - the anchor point, the normal vector, and the up vector:

    DevExpress Presentation API - Backdrop Plane Schema

    See Also