TextFrame.ThreeD Property
Gets a ThreeDFormat object that contains 3-D effect formatting properties for the specified text frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ThreeD As ThreeDFormat
Get
'Usage
Dim instance As TextFrame
Dim value As ThreeDFormat
value = instance.ThreeD
ThreeDFormat ThreeD { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ThreeDFormat
A ThreeDFormat object that contains 3-D effect formatting properties for the specified text frame.
Remarks
Read-only.