Show / Hide Table of Contents

Class ExcelDrawingScene3D

Scene-level 3D properties to apply to a drawing

Inheritance
object
XmlHelper
ExcelDrawingScene3D
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX