Show / Hide Table of Contents

Class ExcelDrawingScene3D

Scene-level 3D properties to apply to a drawing

Inheritance
System.Object
XmlHelper
ExcelDrawingScene3D
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 ExcelDrawingScene3D : XmlHelper

Fields

_path

The xpath

Declaration
protected string _path
Field Value
Type Description
System.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