Share via


Design Property

Design Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns a Design object representing a design.

expression.Design

expression   Required. An expression that returns one of the above objects.

Example

The following example adds a title master.

  Sub AddDesignMaster
    ActivePresentation.Slides(1).Design.AddTitleMaster
End Sub