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
Properties
Direction
The direction from which the light rig is oriented in relation to the scene.
public eLightRigDirection Direction { get; set; }
Property Value
RigType
The preset type of light rig which is to be applied to the 3D scene
public eRigPresetType RigType { get; set; }
Property Value
Rotation
Defines a rotation in 3D space
public ExcelDrawingSphereCoordinate Rotation { get; }