Show / Hide Table of Contents

Class ExcelDrawingScene3DBackDrop

The points and vectors contained within the backdrop define a plane in 3D space

Inheritance
object
XmlHelper
ExcelDrawingScene3DBackDrop
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
In this article
Back to top Generated by DocFX