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

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

Syntax

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

Property Value

The default value is null.

See Also