GoXam for WPF v3
RotationSpot Property
Northwoods.GoXam Namespace > Node Class : RotationSpot Property
Gets or sets the Spot about which the node's SelectionElement will rotate.
Syntax
public Spot RotationSpot {get; set;}

Property Value

The default value is Spot.Center. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
Remarks
See Also

Reference

Node Class
Node Members