IThreeDFormatEffectiveData Interface

Immutable object which represents effective 3-D formatting properties.

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

The IThreeDFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIThreeDParamSource
Allows to get base IThreeDParamSource interface. Read-only IThreeDParamSource.
Public propertyBevelBottom
Returns the type of a bottom 3D bevel. Read-only IShapeBevelEffectiveData.
Public propertyBevelTop
Returns the type of a top 3D bevel. Read-only IShapeBevelEffectiveData.
Public propertyCamera
Returns the settings of a camera. Read-only ICameraEffectiveData.
Public propertyContourColor
Returns the color of a contour. Read-only Color.
Public propertyContourWidth
Returns the width of a 3D contour. Read-only Double.
Public propertyDepth
Returns the depth of a 3D shape. Read-only Double.
Public propertyExtrusionColor
Returns the color of an extrusion. Read-only Color.
Public propertyExtrusionHeight
Returns the height of an extrusion effect. Read-only Double.
Public propertyLightRig
Returns the type of a light. Read-only ILightRigEffectiveData.
Public propertyMaterial
Returns the type of a material. Read-only MaterialPresetType.
Remarks
This interface is used together with the IThreeDFormat interface to return effective formatting values with inheritance applied.
See Also