GoXam for WPF v3
VerticalContentAlignment Property
Northwoods.GoXam Namespace > DiagramPanel Class : VerticalContentAlignment Property
Gets or sets how the parts are positioned in the panel when the DiagramBounds width is smaller than the ViewportWidth.
Syntax
public VerticalAlignment VerticalContentAlignment {get; set;}

Property Value

A value of VerticalAlignment.Stretch will not automatically scroll the diagram contents to be at the top, at the bottom, or centered. The standard ControlTemplate for Diagram uses a TemplateBinding to get this value from the Diagram.
Remarks
This value also affects how the Position changes as the Scale changes.
See Also

Reference

DiagramPanel Class
DiagramPanel Members