Skip to main content
All docs
V25.2
  • SlideLayoutCollection.Get(SlideLayoutType) Method

    Returns a slide layout with the specified type.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    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