Interface ISmartArtNode
Represents a single semantic node within the data model of a SmartArt graphic.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public interface ISmartArtNode
Properties
ChildNodes
Gets the child nodes associated with the SmartArt node. Read-only.
Declaration
ISmartArtNodes ChildNodes { get; }
Property Value
Type | Description |
---|---|
ISmartArtNodes |
IsAssistant
Gets or sets the node as assistant.
Declaration
bool IsAssistant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Level
Gets the node level in the hierarchy.
Declaration
int Level { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Parent
Gets the parent of the SmartArt node.
Declaration
object Parent { get; }
Property Value
Type | Description |
---|---|
System.Object |
Shapes
Gets the shape collection associated with the SmartArt node. Read-only.
Declaration
ISmartArtShapes Shapes { get; }
Property Value
Type | Description |
---|---|
ISmartArtShapes |
TextBody
Gets an ITextBody instance that represents the text in the SmartArt node. Read-only.
Declaration
ITextBody TextBody { get; }
Property Value
Type | Description |
---|---|
ITextBody |