IEmbedImage
ThreeD Property
|
Gets the ThreeDFormat object that 3d effect properties for a shape.
Read-only
FormatThreeD
.
Note: can return null for certain types of shapes which don't have 3d properties.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
FormatThreeD ThreeD { get; }
ReadOnly Property ThreeD As FormatThreeD
Get
property FormatThreeD^ ThreeD {
FormatThreeD^ get ();
}
abstract ThreeD : FormatThreeD with get
Property Value
Type:
FormatThreeD
Implements
IShape
ThreeD
See Also