GoXam for WPF v3
StretchPolicy Enumeration
Northwoods.GoXam Namespace : StretchPolicy Enumeration
This lists the policies used to govern if and how the DiagramPanel's DiagramPanel.Scale is set automatically.
Syntax
public enum StretchPolicy : System.Enum 
Members
MemberDescription
NoneThe default policy, where the DiagramPanel.HorizontalContentAlignment and DiagramPanel.VerticalContentAlignment control the effective positioning of the parts in the panel when the DiagramPanel.DiagramBounds fits within the panel's viewport. The DiagramPanel.Scale will not change.
UniformThe DiagramPanel.Position and DiagramPanel.Scale are automatically adjusted so that the DiagramPanel.DiagramBounds is fully visible in the panel. The new DiagramPanel.Scale will not be greater than 1.
UniformToFillThe DiagramPanel.Position and DiagramPanel.Scale are automatically adjusted so that one of the DiagramPanel.DiagramBounds's dimensions is fully visible in the panel. The new DiagramPanel.Scale will not be greater than 1.
UnstretchedThis is the same as None.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.StretchPolicy

See Also

Reference

Northwoods.GoXam Namespace