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

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

Syntax

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

Property Value

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

See Also