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