Called by the framework to arrange the child elements of the
DockPanel.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected override Size ArrangeOverride(
Size finalSize
) |
| Visual Basic |
|---|
Protected Overrides Function ArrangeOverride ( _
finalSize As Size _
) As Size |
| Visual C++ |
|---|
protected:
virtual Size ArrangeOverride(
Size finalSize
) override |
Return Value
The actual size of the dock panel once all the children have been arranged.
See Also