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

Property Value

The default value is 1 x 1. The width and height must not be negative or infinity. 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