GoXam for WPF v3
Rotatable Property
Northwoods.GoXam Namespace > Part Class : Rotatable Property
Gets or sets whether the user may rotate this part.
Syntax
public bool Rotatable {get; set;}

Property Value

The default value is false. 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
In general one should call CanRotate to see if a particular part is rotatable, not get this property value.
See Also

Reference

Part Class
Part Members