Shape.BackgroundStyle Property

Definition

Gets or sets the background style of the specified shape.

public:
 property Microsoft::Office::Core::MsoBackgroundStyleIndex BackgroundStyle { Microsoft::Office::Core::MsoBackgroundStyleIndex get(); void set(Microsoft::Office::Core::MsoBackgroundStyleIndex value); };
public Microsoft.Office.Core.MsoBackgroundStyleIndex BackgroundStyle { get; set; }
member this.BackgroundStyle : Microsoft.Office.Core.MsoBackgroundStyleIndex with get, set
Public Property BackgroundStyle As MsoBackgroundStyleIndex

Property Value

The background style of the specified shape.

Remarks

Read/write MsoBackgroundStyleIndex.

Applies to