Share via


_Font.Glow Property

Gets a GlowFormat object that represents the glow formatting for the font used by the specified range of text.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Glow As GlowFormat
    Get
    Set
'Usage
Dim instance As _Font
Dim value As GlowFormat

value = instance.Glow

instance.Glow = value
GlowFormat Glow { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.GlowFormat
A GlowFormat object.

Remarks

Read-only.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace