'Declaration Protected Sub ArrangeChild( _ ByVal child As UIElement, _ ByVal placementRect As Rect _ )
'Usage Dim instance As AnimationPanel Dim child As UIElement Dim placementRect As Rect instance.ArrangeChild(child, placementRect)
protected void ArrangeChild( UIElement child, Rect placementRect )
Parameters
- child
- placementRect