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

Gets or sets whether the user may reshape this part.

Syntax

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

Property Value

The default value is false.

Remarks

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

See Also