SlideLayout.SlideLayoutPart Property

Gets the SlideLayoutPart associated with this element.

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SlideLayoutPart As SlideLayoutPart
    Get
    Friend Set
'Usage
Dim instance As SlideLayout
Dim value As SlideLayoutPart

value = instance.SlideLayoutPart
public SlideLayoutPart SlideLayoutPart { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.SlideLayoutPart
Returns SlideLayoutPart.

See Also

Reference

SlideLayout Class

SlideLayout Members

DocumentFormat.OpenXml.Presentation Namespace