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

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

Syntax

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

Return Value

Return true if this part is Movable, if this part's layer's AllowMove is true, and if this part's diagram's AllowMove is true.

See Also