Slide.Background Property
PowerPoint Developer Reference |
Returns a ShapeRange object that represents the slide background.
Syntax
expression.Background
expression A variable that represents a Slide object.
Return Value
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.
Example
This example sets the background of the slide master in the active presentation to a preset shade.
Visual Basic for Applications |
---|
|
This example sets the background of slide one in the active presentation to a preset shade.
Visual Basic for Applications |
---|
|
See Also