Skip to main content
All docs
V26.1
  • SlideLayoutCollection.Get(SlideLayoutType) Method

    Returns a slide layout with the specified type.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public SlideLayout Get(
        SlideLayoutType type
    )

    Parameters

    Name Type Description
    type SlideLayoutType

    The slide layout type.

    Returns

    Type Description
    SlideLayout

    A slide layout with the specified type.

    See Also