Show / Hide Table of Contents

Class ExcelDrawingScene3DLightRig

The lightrig When 3D is used, the light rig defines the lighting properties associated with the scene

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

Fields

_path

The xpath

Declaration
protected string _path
Field Value
Type Description
System.String

Properties

Direction

The direction from which the light rig is oriented in relation to the scene.

Declaration
public eLightRigDirection Direction { get; set; }
Property Value
Type Description
eLightRigDirection

RigType

The preset type of light rig which is to be applied to the 3D scene

Declaration
public eRigPresetType RigType { get; set; }
Property Value
Type Description
eRigPresetType

Rotation

Defines a rotation in 3D space

Declaration
public ExcelDrawingSphereCoordinate Rotation { get; }
Property Value
Type Description
ExcelDrawingSphereCoordinate
Back to top Generated by DocFX