ArrangeOverride Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Protected Overrides Sub ArrangeOverride ( _
    arrangeWidth As Integer, _
    arrangeHeight As Integer _
)
protected override void ArrangeOverride(
    int arrangeWidth,
    int arrangeHeight
)
protected:
virtual void ArrangeOverride(
    int arrangeWidth, 
    int arrangeHeight
) override
abstract ArrangeOverride : 
        arrangeWidth:int * 
        arrangeHeight:int -> unit 
override ArrangeOverride : 
        arrangeWidth:int * 
        arrangeHeight:int -> unit 
protected override function ArrangeOverride(
    arrangeWidth : int, 
    arrangeHeight : int
)

Parameters

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

.NET Framework Security

See Also

Reference

Window Class

Microsoft.SPOT.Presentation Namespace