Gets or sets the DataTemplate used to display this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DataTemplate Template { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Template As DataTemplate |
A System.Windows.DataTemplate instance; the default value is null.
RemarksIf this property is not set, nodes are rendered by NodeRenderer using DrawingContext API. Note that LightweightPresenters does not work for templated nodes.
See Also