[]
Provides the behavior for the "Arrange" pass of layout.
protected override Size ArrangeOverride(Size finalSize)
| Type | Name | Description |
|---|---|---|
| Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
| Type | Description |
|---|---|
| Size | The actual size used. |
Using the WPF parameter name finalSize instead of Silverlight's finalSize for clarity