_Font.Glow 属性

定义

获取一个 GlowFormat 对象,该对象代表指定文本范围使用的字体的发光格式。

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

属性值

GlowFormat 对象。

注解

此为只读属性。

适用于