ArrangeOverride Method

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

Arranges the contents of a specific canvas element.

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
    Contains the width of the area that the canvas element should use to arrange its child elements.
  • arrangeHeight
    Type: System. . :: . .Int32
    Contains the height of the area that the canvas element should use to arrange its child elements.

.NET Framework Security

See Also

Reference

Canvas Class

Microsoft.SPOT.Presentation.Controls Namespace