GraphPresenter ArrangeOverride Method Vis2 NodeTrix CodeDokumentation
Overrides the default layouting behaviour of the graphpresenter

Namespace: Vis2NodeTrix
Assembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

Protected Overrides Function ArrangeOverride ( _
	finalSize As Size _
) As Size

Parameters

finalSize
Type: OnlineSystem.Windows Size
The Size of the control should have

Return Value

The final size of the control
See Also