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

    Gets or sets the anchor point of the backdrop plane.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public Scene3DVector BackdropPlaneAnchorPoint { get; set; }

    Property Value

    Type Description
    Scene3DVector

    The anchor point 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