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

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

Syntax

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

Return Value

Return true if this part is Rotatable, if this part's layer's AllowRotate is true, and if this part's diagram's AllowRotate is true.

See Also