_Font.ThreeD Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::ThreeDFormat ^ ThreeD { Microsoft::Office::Interop::Word::ThreeDFormat ^ get(); void set(Microsoft::Office::Interop::Word::ThreeDFormat ^ value); };
public Microsoft.Office.Interop.Word.ThreeDFormat ThreeD { get; set; }
member this.ThreeD : Microsoft.Office.Interop.Word.ThreeDFormat with get, set
Public Property ThreeD As ThreeDFormat

Property Value

The 3-D effect formatting properties for the specified font.

Remarks

Read-only.

Applies to