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

Gets or sets the DataTemplate used to define the default appearance of Groups.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property GroupTemplate As DataTemplate
C# 
[CategoryAttribute("Appearance")]
public DataTemplate GroupTemplate {get; set;}

Property Value

The default style assigns this property to use a generic group node template.

Remarks

This is used by PartManager.AddNodeForData. Typically the data template expands into a GroupPanel surrounded by a Border.

Requirements

See Also

© 2010 All Rights Reserved.