Share via


Slide.Design Property

PowerPoint Developer Reference

Returns a Design object representing a design.

Syntax

expression.Design

expression   A variable that represents a Slide object.

Return Value
Design

Example

The following example adds a title master.

Visual Basic for Applications
  Sub AddDesignMaster
    ActivePresentation.Slides(1).Design.AddTitleMaster
End Sub

See Also