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