ISmartArt

ISmartArt interface

Represents a SmartArt diagram.

public interface ISmartArt : IGraphicalObject

Properties

NameDescription
AllNodes { get; }Returns collections of all nodes in SmartArt object. Read-only ISmartArtNodeCollection.
AsIGraphicalObject { get; }Allows to get base IGraphicalObject interface. Read-only IGraphicalObject.
ColorStyle { get; set; }Return or set color style of the SmartArt object. Read/write SmartArtColorType.
IsReversed { get; set; }Return or set the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. Read/write Boolean.
Layout { get; set; }Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.
Nodes { get; }Returns collections of root nodes in SmartArt object. Read-only ISmartArtNodeCollection.
QuickStyle { get; set; }Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.

See Also