Shape.BackgroundStyle Property

Returns or sets the background style. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.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: Microsoft.Office.Core.MsoBackgroundStyleIndex
MsoBackgroundStyleIndex

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Core Namespace