Northwoods.GoSilverlight 1.1.3 Assembly
ResizeAdornmentTemplate Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : ResizeAdornmentTemplate Property

Gets or sets the DataTemplate used by the Northwoods.GoXam.Tool.ResizingTool when this part is selected.

Syntax

Visual Basic (Declaration) 
Public Property ResizeAdornmentTemplate As DataTemplate
C# 
public DataTemplate ResizeAdornmentTemplate {get; set;}

Property Value

The default value is null.

See Also