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

Property Value

A value of HorizontalAlignment.Stretch will not automatically scroll the diagram contents to be at the left, at the right, 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