_Font.ThreeD Property

Gets a ThreeDFormat object that contains 3-D effect formatting properties for the specified font.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ThreeD As ThreeDFormat
    Get
    Set
'Usage
Dim instance As _Font
Dim value As ThreeDFormat

value = instance.ThreeD

instance.ThreeD = value
ThreeDFormat ThreeD { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.ThreeDFormat
The 3-D effect formatting properties for the specified font.

Remarks

Read-only.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace