Search
DiagramView.OnSizeAllocated Method
See Also
 






Raises the size allocated event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void OnSizeAllocated (
    double width,
    double height
)

Visual Basic  Copy Code

Protected Overrides Sub OnSizeAllocated( _
    width As Double, _
    height As Double _
)

 Parameters

width

The new width of the element.

height

The new height of the element.

 See Also