Share via


Window.ArrangeOverride Method

Determines the current window's size and positions its child elements when you override this method.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

protected override void ArrangeOverride (
         intarrangeWidth,
         intarrangeHeight
)

Parameters

  • arrangeWidth
    The width that the current window should use to arrange itself and its children.
  • arrangeHeight
    The height that the current window should use to arrange itself and its children.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Window Class
Window Members
Microsoft.SPOT.Presentation Namespace