GoXam for WPF v3
Stretch Property (Diagram)
Northwoods.GoXam Namespace > Diagram Class : Stretch Property
Gets or sets how the parts are positioned in the panel.
Syntax
[Category("Layout")]
public StretchPolicy Stretch {get; set;}

Property Value

The default value is StretchPolicy.Unstretched. Setting this value will also set the Stretch property on the Panel.
Remarks
Set this property to StretchPolicy.Uniform to cause the whole diagram to appear in the panel, at a small enough scale that everything fits.
See Also

Reference

Diagram Class
Diagram Members