FontClass.Glow Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property Glow As GlowFormat
Get
Set
'Usage
Dim instance As FontClass
Dim value As GlowFormat
value = instance.Glow
instance.Glow = value
public virtual GlowFormat Glow { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.GlowFormat