TextFrame2.ThreeD Property
Returns a ThreeDFormat object that represents the three-dimensional formatting of the parent shape. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property ThreeD As ThreeDFormat
Get
'Usage
Dim instance As TextFrame2
Dim value As ThreeDFormat
value = instance.ThreeD
ThreeDFormat ThreeD { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ThreeDFormat