Class ExcelDrawingScene3D
Scene-level 3D properties to apply to a drawing
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.ThreeD
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingScene3D : XmlHelper
Fields
_path
The xpath
Declaration
protected string _path
Field Value
| Type | Description |
|---|---|
| string |
Properties
BackDropPlane
The points and vectors contained within the backdrop define a plane in 3D space
Declaration
public ExcelDrawingScene3DBackDrop BackDropPlane { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingScene3DBackDrop |
Camera
The placement and properties of the camera in the 3D scene
Declaration
public ExcelDrawingScene3DCamera Camera { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingScene3DCamera |
LightRig
The light rig. When 3D is used, the light rig defines the lighting properties for the scene
Declaration
public ExcelDrawingScene3DLightRig LightRig { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingScene3DLightRig |