Northwoods.GoSilverlight 1.1.3 Assembly
CanReshape Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : CanReshape Method

This predicate is true if the user may reshape this part.

Syntax

Visual Basic (Declaration) 
Public Function CanReshape() As Boolean
C# 
public bool CanReshape()

Return Value

Return true if this part is Reshapable, if this part's layer's AllowReshape is true, and if this part's diagram's AllowReshape is true.

See Also