GoXam for WPF v3
Stretch Property (DiagramPanel)
Northwoods.GoXam Namespace > DiagramPanel Class : Stretch Property
Gets or sets how the panel's Scale property is set, depending on the size of the DiagramBounds.
Syntax
public StretchPolicy Stretch {get; set;}

Property Value

The standard ControlTemplate for Diagram uses a TemplateBinding to get this value from the Diagram.
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

DiagramPanel Class
DiagramPanel Members