menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeSmartArtShapes - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeSmartArtShapes

    Represents the collection of shapes within a SmartArt node.

    Inherited Members
    System.Collections.Generic.IEnumerable<Syncfusion.Office.IOfficeSmartArtShape>.GetEnumerator()
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeSmartArtShapes : IEnumerable<IOfficeSmartArtShape>, IEnumerable

    Properties

    Item[Int32]

    Gets an IOfficeSmartArtShape instance at the specified index from the collection. Read-only.

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

    The index of the SmartArt shape.

    Property Value
    Type Description
    IOfficeSmartArtShape

    An IOfficeSmartArtShape instance.

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved