Design Property From Microsoft PowerPoint Visual Basic previous page next page expression.Design expression Required. An expression that returns one of the above objects.ExampleThe following example adds a title master.Sub AddDesignMaster ActivePresentation.Slides(1).Design.AddTitleMaster End Sub