Skip to main content
All docs
V25.2
  • SlideElement.ShowMasterShapes Property

    Gets or sets whether the slide element displays shapes from the master slide.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ShowMasterShapes { get; set; }

    Property Value

    Type Description
    Boolean

    true to display master shapes; otherwise, false.

    See Also