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