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

Gets or sets whether the user may move this part.

Syntax

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

Property Value

The default value is true.

Remarks

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

See Also