Search
DiagramNode.Template Property
See Also
 





Gets or sets the DataTemplate used to display this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DataTemplate Template { get; set; }

Visual Basic  Copy Code

Public Property Template As DataTemplate

 Property Value

A System.Windows.DataTemplate instance; the default value is null.

 Remarks

If this property is not set, nodes are rendered by NodeRenderer using DrawingContext API. Note that LightweightPresenters does not work for templated nodes.

 See Also