GoXam for WPF v3
MaxSize Property
Northwoods.GoXam.Tool Namespace > ResizingTool Class : MaxSize Property
Gets or sets the maximum size of the selected element.
Syntax
public Size MaxSize {get; set;}

Property Value

The default value is 9999 x 9999. The width and height must not be negative. A width of Double.NaN uses the AdornedElement's original width; a height of Double.NaN uses its original height (OriginalBounds).
See Also

Reference

ResizingTool Class
ResizingTool Members