SlideLayoutPart.SlideMasterPart Property
Gets the SlideMasterPart of the SlideLayoutPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property SlideMasterPart As SlideMasterPart
Get
'Usage
Dim instance As SlideLayoutPart
Dim value As SlideMasterPart
value = instance.SlideMasterPart
public SlideMasterPart SlideMasterPart { get; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.SlideMasterPart