SlideRange.Background Property
Returns a ShapeRange object that represents the slide background.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Background As ShapeRange
Get
'Usage
Dim instance As SlideRange
Dim value As ShapeRange
value = instance.Background
ShapeRange Background { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ShapeRange
Remarks
If you use the Background property to set the background for an individual slide without changing the slide master, the FollowMasterBackground property for that slide must be set to false.