InlineShape.BackgroundStyle Property

Gets or sets the background style of the specified inline 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 InlineShape
Dim value As MsoBackgroundStyleIndex

value = instance.BackgroundStyle

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

Property Value

Type: MsoBackgroundStyleIndex
Returns MsoBackgroundStyleIndex.

See Also

Reference

InlineShape Interface

InlineShape Members

Microsoft.Office.Interop.Word Namespace