Northwoods.GoWPF 1.3.5 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 Northwoods.GoXam.Tool.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. 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.