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

Gets or sets whether the user may rotate this part.

Syntax

Visual Basic (Declaration) 
Public Property Rotatable As Boolean
C# 
public bool Rotatable {get; set;}

Property Value

The default value is false.

Remarks

In general one should call Northwoods.GoXam.Part.CanRotate to see if a particular part is rotatable, not get this property value.

See Also