CustomLayout.DisplayMasterShapes Property
Determines whether the specified custom layout displays background objects on the slide master. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property DisplayMasterShapes As MsoTriState
Get
Set
'Usage
Dim instance As CustomLayout
Dim value As MsoTriState
value = instance.DisplayMasterShapes
instance.DisplayMasterShapes = value
MsoTriState DisplayMasterShapes { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState