menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISmartArtShapes

    Show / Hide Table of Contents

    Interface ISmartArtShapes

    Represents the collection of shapes within a SmartArt node.

    Inherited Members
    System.Collections.Generic.IEnumerable<Syncfusion.Presentation.ISmartArtShape>.GetEnumerator()
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public interface ISmartArtShapes : IEnumerable<ISmartArtShape>, IEnumerable

    Properties

    Item[Int32]

    Gets a ISmartArtShape instance at the specified index from the collection. Read-only.

    Declaration
    ISmartArtShape this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    Determines the index of the SmartArt shape.

    Property Value
    Type Description
    ISmartArtShape

    Returns an ISmartArtShape instance.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved