ArrangeOverride Method

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

Positions and determines the size of a user interface child element on the screen.

Namespace:  Microsoft.SPOT.Presentation.Controls
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 of the smallest rectangle that can enclose the user interface child element.
  • arrangeHeight
    Type: System. . :: . .Int32
    The height of the smallest rectangle that can enclose the user interface child element.

Remarks

Your application does not call this method. It is called automatically when it is time to arrange the child element on the screen.

.NET Framework Security

See Also

Reference

Border Class

Microsoft.SPOT.Presentation.Controls Namespace