GoXam for WPF v3
MaxLocation Property
Northwoods.GoXam Namespace > Node Class : MaxLocation Property
Gets or sets the maximum location for this node allowed by Northwoods.GoXam.Tool.DraggingTool.
Syntax
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 VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
See Also

Reference

Node Class
Node Members