Class ExcelDrawingScene3DBackDrop
The points and vectors contained within the backdrop define a plane in 3D space
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 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 |