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

    Gets or sets the camera latitude angle in degrees.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public float? CameraLatitude { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The camera latitude angle in degrees.

    See Also