GoXam for WPF v3
LinkTemplate Property (PartsModel)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
PartsModel Class
: LinkTemplate Property
Gets or sets a
DataTemplate
that implements the appearance of each link that is created by
InsertLink(Node,String,Node,String)
.
Syntax
C#
public
DataTemplate
LinkTemplate {
get
;
set
;}
Property Value
By default this is null, which results in a very boring looking link.
See Also
Reference
PartsModel Class
PartsModel Members