Gets or sets the content of the node.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public VisioContent Content { get; set; } |
Visual Basic Copy Code |
---|
Public Property Content As VisioContent |
An instance of the VisioContent class.
To create a VisioContent instance, load a Visio stencil, then use one of the VisioContent.Create overloads.