GoXam for WPF v3
OnBoundsAlignmentChanged Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnBoundsAlignmentChanged Method
This overridable method is called when the DiagramBounds or HorizontalContentAlignment or VerticalContentAlignment or Stretch properties change.
Syntax
protected virtual void OnBoundsAlignmentChanged()
Remarks
This may change the Position and/or Scale in order to maintain the desired content alignment, depending on the Stretch policy. The Scale will not be greater than 1. This respects the UseLayoutRounding property to round off the Position. This method calls OnDiagramBoundsChanged(RoutedPropertyChangedEventArgs<Rect>).
See Also

Reference

DiagramPanel Class
DiagramPanel Members