Class ExcelDrawingScene3DBackDrop
The points and vectors contained within the backdrop define a plane in 3D space
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.ThreeD
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingScene3DBackDrop : XmlHelper
Properties
AnchorPoint
The anchor point
Declaration
public ExcelDrawingPoint3D AnchorPoint { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingPoint3D |
NormalVector
The normal vector
Declaration
public ExcelDrawingPoint3D NormalVector { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingPoint3D |
UpVector
The up vector
Declaration
public ExcelDrawingPoint3D UpVector { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingPoint3D |