Share via


ChartFont.OutlineFont Property

Gets or Returns the value that describes the font as outline.

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

Syntax

'Declaration
Property OutlineFont As Object
    Get
    Set
'Usage
Dim instance As ChartFont
Dim value As Object

value = instance.OutlineFont

instance.OutlineFont = value
Object OutlineFont { get; set; }

Property Value

Type: System.Object
An Object that returns True if the font is an outline font, otherwise False

Remarks

Returns True, False, or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle.

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace