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
Nullable<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