Shape.BackgroundStyle Property

Gets or sets the background style of the specified shape.

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

Syntax

'Declaration
Property BackgroundStyle As MsoBackgroundStyleIndex
    Get
    Set
'Usage
Dim instance As Shape
Dim value As MsoBackgroundStyleIndex

value = instance.BackgroundStyle

instance.BackgroundStyle = value
MsoBackgroundStyleIndex BackgroundStyle { get; set; }

Property Value

Type: MsoBackgroundStyleIndex
The background style of the specified shape.

Remarks

Read/write MsoBackgroundStyleIndex.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace