Gets or sets the HTML string representing the DOM content rendered in this node.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public string Template { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Template As String |
See Also