Class ExcelView3D
3D settings
Inherited Members
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public sealed class ExcelView3D : XmlHelper
Properties
DepthPercent
Depth % of base
Declaration
public int DepthPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HeightPercent
Height % of base
Declaration
public int HeightPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Perspective
Degree of perspective
Declaration
public double Perspective { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
RightAngleAxes
Right Angle Axes
Declaration
public bool RightAngleAxes { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RotX
Rotation X-axis
Declaration
public double RotX { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
RotY
Rotation Y-axis
Declaration
public double RotY { get; set; }
Property Value
| Type | Description |
|---|---|
| double |