_Slide.CustomLayout Property

Returns a CustomLayout object that represents the custom layout associated with the specified slide. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property CustomLayout As CustomLayout
    Get
    Set
'Usage
Dim instance As _Slide
Dim value As CustomLayout

value = instance.CustomLayout

instance.CustomLayout = value
CustomLayout CustomLayout { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.CustomLayout

See Also

Reference

_Slide Interface

_Slide Members

Microsoft.Office.Interop.PowerPoint Namespace