Called by the framework to arrange the child elements of the
DockPanel.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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