GoXam for WPF v3
OnLayoutCompleted Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnLayoutCompleted Method
This overridable method is called after each layout has been performed and the DiagramBounds has been computed.
Syntax
protected virtual void OnLayoutCompleted()
Remarks

This raises the LayoutCompleted event.

If CenteredNodeData has a non-null value, this calls CenterPart(Part) to try to center the Node that is bound to that data.

See Also

Reference

DiagramPanel Class
DiagramPanel Members