_Font.TextColor 属性

定义

获取一个 ColorFormat 对象,该对象表示指定字体的颜色。

public:
 property Microsoft::Office::Interop::Word::ColorFormat ^ TextColor { Microsoft::Office::Interop::Word::ColorFormat ^ get(); };
public Microsoft.Office.Interop.Word.ColorFormat TextColor { get; }
member this.TextColor : Microsoft.Office.Interop.Word.ColorFormat
Public ReadOnly Property TextColor As ColorFormat

属性值

指定字体的颜色。

注解

此为只读属性。

适用于