ShapeThreeDFormat Property |
Returns the ThreeDFormat object that 3d effect properties for a shape.
Note: can return null for certain types of shapes which don't have 3d properties.
Read-only
IThreeDFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic virtual IThreeDFormat ThreeDFormat { get; }
Public Overridable ReadOnly Property ThreeDFormat As IThreeDFormat
Get
public:
virtual property IThreeDFormat^ ThreeDFormat {
IThreeDFormat^ get ();
}
abstract ThreeDFormat : IThreeDFormat with get
override ThreeDFormat : IThreeDFormat with get
Property Value
Type:
IThreeDFormatImplements
IShapeThreeDFormat
See Also