Gets the FormatThreeD object that 3d effect properties for a shape.
Read-only
FormatThreeD
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public virtual FormatThreeD ThreeD { get; }
Public Overridable ReadOnly Property ThreeD As FormatThreeD
Get
public:
virtual property FormatThreeD^ ThreeD {
FormatThreeD^ get ();
}
abstract ThreeD : FormatThreeD with get
override ThreeD : FormatThreeD with get
Property Value
Type:
FormatThreeD
Implements
IShape
ThreeD
See Also