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