Northwoods.GoWPF 1.3.5 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 Northwoods.GoXam.Tool.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. The value is actually stored on the Part.VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.

Requirements

See Also

© 2012 All Rights Reserved.