Northwoods.GoSilverlight 1.2.2 Assembly
LinkTemplate Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : LinkTemplate Property

Gets or sets a DataTemplate that determines the default appearance of Links.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property LinkTemplate As DataTemplate
C# 
[CategoryAttribute("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.

Requirements

See Also

© 2010 All Rights Reserved.