Table of Contents

Class ExcelDrawingScene3D

Namespace
OfficeOpenXml.Drawing.Style.ThreeD
Assembly
EPPlus.dll

Scene-level 3D properties to apply to a drawing

public class ExcelDrawingScene3D : XmlHelper
Inheritance
ExcelDrawingScene3D
Inherited Members

Fields

_path

The xpath

protected string _path

Field Value

string

Properties

BackDropPlane

The points and vectors contained within the backdrop define a plane in 3D space

public ExcelDrawingScene3DBackDrop BackDropPlane { get; }

Property Value

ExcelDrawingScene3DBackDrop

Camera

The placement and properties of the camera in the 3D scene

public ExcelDrawingScene3DCamera Camera { get; }

Property Value

ExcelDrawingScene3DCamera

LightRig

The light rig. When 3D is used, the light rig defines the lighting properties for the scene

public ExcelDrawingScene3DLightRig LightRig { get; }

Property Value

ExcelDrawingScene3DLightRig