ISmartArtShape

ISmartArtShape interface

Represents a shape inside SmartArt diagram

public interface ISmartArtShape : IGeometryShape

Properties

NameDescription
AsIGeometryShape { get; }Allows to get base IGeometryShape interface. Read-only IGeometryShape.
TextFrame { get; }Returns text of the SmartArt shape. Read-only ITextFrame.

See Also