Northwoods.GoSilverlight 1.1.3 Assembly
MaxLocation Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : MaxLocation Property

Gets or sets the maximum location for this node allowed by DraggingTool.

Syntax

Visual Basic (Declaration) 
Public Property MaxLocation As Point
C# 
public Point MaxLocation {get; set;}

Property Value

The default value is (+Infinity, +Infinity), thereby imposing no position constraint.

See Also