Show / Hide Table of Contents

Class ExcelDrawing3D

3D settings for a drawing object

Inheritance
object
XmlHelper
ExcelDrawing3D
ExcelDrawing3DText
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 ExcelDrawing3D : XmlHelper

Properties

BottomBevel

The bevel on the top or front face of a shape

Declaration
public ExcelDrawing3DBevel BottomBevel { get; }
Property Value
Type Description
ExcelDrawing3DBevel

ContourColor

The color for the contour on a shape

Declaration
public ExcelDrawingColorManager ContourColor { get; }
Property Value
Type Description
ExcelDrawingColorManager

ContourWidth

The height of the extrusion

Declaration
public double ContourWidth { get; set; }
Property Value
Type Description
double

ExtrusionColor

The color of the extrusion applied to a shape

Declaration
public ExcelDrawingColorManager ExtrusionColor { get; }
Property Value
Type Description
ExcelDrawingColorManager

ExtrusionHeight

The height of the extrusion

Declaration
public double ExtrusionHeight { get; set; }
Property Value
Type Description
double

MaterialType

The surface appearance of a shape

Declaration
public ePresetMaterialType MaterialType { get; set; }
Property Value
Type Description
ePresetMaterialType

Scene

Defines scene-level 3D properties to apply to an object

Declaration
public ExcelDrawingScene3D Scene { get; }
Property Value
Type Description
ExcelDrawingScene3D

ShapeDepthZCoordinate

The z coordinate for the 3D shape

Declaration
public double? ShapeDepthZCoordinate { get; set; }
Property Value
Type Description
double?

TopBevel

The bevel on the top or front face of a shape

Declaration
public ExcelDrawing3DBevel TopBevel { get; }
Property Value
Type Description
ExcelDrawing3DBevel

Methods

Delete()

Remove all 3D settings

Declaration
public void Delete()
In this article
Back to top Generated by DocFX