Click or drag to resize

IFormat3D Interface

Defines a contract for formatting 3D objects or data.

Namespace: Spire.Xls.Core.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IFormat3D

The IFormat3D type exposes the following members.

Properties
Name Description
Public property BevelBottomHeight
Gets or sets the bevelBottom's height.
Public property BevelBottomType
Gets or sets the bevel bottom.
Public property BevelBottomWidth
Gets or sets the bevelBottom's width.
Public property BevelTopHeight
Gets or sets the bevelTop's height.
Public property BevelTopType
Gets or sets the bevel top.
Public property BevelTopWidth
Gets or sets the bevelTop's width.
Public property ContourColor
Gets or sets the contour's color.
Public property ContourWidth
Gets or sets the contour's width.
Public property ExtrusionColor
Gets or sets the shapeDepth's color.
Public property ExtrusionHeight
Gets or sets the shapeDepth's height.
Public property LightingAngle
Gets or sets the contour's color.
Public property LightingType
Gets or sets the lighting.
Public property MaterialType
Gets or sets the material.
Top
See Also