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