GraphPresenter MeasureOverride Method Vis2 NodeTrix CodeDokumentation
Overrides the default measuring behaviour of the graphpresenter

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

Protected Overrides Function MeasureOverride ( _
	availableSize As Size _
) As Size

Parameters

availableSize
Type: OnlineSystem.Windows Size
The available size for this control

Return Value

The size the control wants to have
See Also