_Presentation.DefaultShape Property
Returns a Shape object that represents the default shape for the presentation. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property DefaultShape As Shape
Get
'Usage
Dim instance As _Presentation
Dim value As Shape
value = instance.DefaultShape
Shape DefaultShape { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Shape