IThreeDFormat Interface

Represents 3-D properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IThreeDFormat : IThreeDParamSource

The IThreeDFormat type exposes the following members.

Properties
  NameDescription
Public propertyAsIThreeDParamSource
Allows to get base IThreeDParamSource interface. Read-only IThreeDParamSource.
Public propertyBevelBottom
Returns or sets the type of a bottom 3D bevel. Read-only IShapeBevel.
Public propertyBevelTop
Returns or sets the type of a top 3D bevel. Read-only IShapeBevel.
Public propertyCamera
Returns or sets the settings of a camera. Read-only ICamera.
Public propertyContourColor
Returns or sets the color of a contour. Read-only IColorFormat.
Public propertyContourWidth
Returns or sets the width of a 3D contour. Read/write Double.
Public propertyDepth
Returns or sets the depth of a 3D shape. Read/write Double.
Public propertyExtrusionColor
Returns or sets the color of an extrusion. Read-only IColorFormat.
Public propertyExtrusionHeight
Returns or sets the height of an extrusion effect. Read/write Double.
Public propertyLightRig
Returns or sets the type of a light. Read-only ILightRig.
Public propertyMaterial
Returns or sets the type of a material. Read/write MaterialPresetType.
Methods
  NameDescription
Public methodGetEffective
Gets effective 3-D formatting data with the inheritance applied.
See Also