Canvas.ArrangeOverride Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides the behavior for the "arrange" pass of the layout.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides NotOverridable Function ArrangeOverride ( _ arrangeSize As Size _ ) As Size
Parameters
- arrangeSize
- Type: System.Windows.Size
The size that this object should use to arrange its child objects.
Show: