Share via


ChartFont.Background Property

Returns or sets the type of background for text used in charts. Read/write.

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

Syntax

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

value = instance.Background

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

Property Value

Type: System.Object
Object which is set to one of the constants of XlBackground

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace