Class ExcelDrawingScene3DCamera
Settings for the camera in the 3D scene
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Style.ThreeD
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingScene3DCamera : XmlHelperFields
_path
The XPath
Declaration
protected string _pathField Value
| Type | Description | 
|---|---|
| System.String | 
Properties
CameraType
The preset camera type that is being used.
Declaration
public ePresetCameraType CameraType { get; set; }Property Value
| Type | Description | 
|---|---|
| ePresetCameraType | 
FieldOfViewAngle
An override for the default field of view for the camera.
Declaration
public double FieldOfViewAngle { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Rotation
Defines a rotation in 3D space
Declaration
public ExcelDrawingSphereCoordinate Rotation { get; }Property Value
| Type | Description | 
|---|---|
| ExcelDrawingSphereCoordinate | 
Zoom
The zoom factor of a given camera
Declaration
public double Zoom { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double |