Table of Contents

Class ExcelDrawingScene3DLightRig

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

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

public class ExcelDrawingScene3DLightRig : XmlHelper
Inheritance
ExcelDrawingScene3DLightRig
Inherited Members

Fields

_path

The xpath

protected string _path

Field Value

string

Properties

Direction

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

public eLightRigDirection Direction { get; set; }

Property Value

eLightRigDirection

RigType

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

public eRigPresetType RigType { get; set; }

Property Value

eRigPresetType

Rotation

Defines a rotation in 3D space

public ExcelDrawingSphereCoordinate Rotation { get; }

Property Value

ExcelDrawingSphereCoordinate