_Font.ThreeD 属性

定义

获取一个 ThreeDFormat 对象,该对象包含指定字体的三维效果格式属性。

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

属性值

指定字体的三维效果格式属性。

注解

此为只读属性。

适用于