Design.SlideMaster Property

PowerPoint Developer Reference

Returns a Master object that represents the slide master. Read-only.

Syntax

expression.SlideMaster

expression   A variable that represents a Design object.

Return Value
Master

Example

This example sets the background pattern for the slide master for the active presentation.

Visual Basic for Applications
  Application.ActivePresentation.SlideMaster.Background.Fill _
    .PresetTextured msoTextureGreenMarble

See Also