GoXam for WPF v3
LinkTemplate Property (Diagram)
Northwoods.GoXam Namespace > Diagram Class : LinkTemplate Property
Gets or sets a DataTemplate that determines the default appearance of Links.
Syntax
[Category("Appearance")]
public DataTemplate LinkTemplate {get; set;}

Property Value

The default style assigns this property to use a generic link template.
Remarks
This is used by PartManager.AddLinkForData and PartManager.AddLinkForData. Typically the data template expands into a LinkPanel.
See Also

Reference

Diagram Class
Diagram Members