Class ExcelDrawingScene3DCamera
- Namespace
- OfficeOpenXml.Drawing.Style.ThreeD
- Assembly
- EPPlus.dll
Settings for the camera in the 3D scene
public class ExcelDrawingScene3DCamera : XmlHelper
- Inheritance
-
ExcelDrawingScene3DCamera
- Inherited Members
Fields
_path
The XPath
protected string _path
Field Value
Properties
CameraType
The preset camera type that is being used.
public ePresetCameraType CameraType { get; set; }
Property Value
FieldOfViewAngle
An override for the default field of view for the camera.
public double FieldOfViewAngle { get; set; }
Property Value
Rotation
Defines a rotation in 3D space
public ExcelDrawingSphereCoordinate Rotation { get; }
Property Value
Zoom
The zoom factor of a given camera
public double Zoom { get; set; }