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

    Gets or sets the camera revolution angle, in degrees, used to rotate the camera around the shape.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public float? CameraRevolution { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The camera revolution angle in degrees.

    See Also