MindFusion.Charting for Silverlight Programmer's Guide
LayoutPanel.ArrangeOverride Method
See Also
 






Places the elements within the place allocated for them and according to their dock and alignment.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

protected override Size ArrangeOverride (
    Size finalSize
)

Visual Basic  Copy Code

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

 Parameters

finalSize

The size allocated for the LayoutPanel.

 Return Value

The size used by the LayoutPanel.

 See Also

LayoutPanel Members
LayoutPanel Class
MindFusion.Charting.Silverlight Namespace