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

    Gets or sets the anchor point of the backdrop plane.

    Namespace: DevExpress.Docs.Office

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

    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, such as the anchor point, normal vector, and up vector:

    DevExpress Presentation API - Backdrop Plane Schema

    See Also