Gets or sets the content of the node.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |