Share via


SetBottom Method

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

Sets the row number of the bottom of the rectangular area that contains a specified child element.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Shared Sub SetBottom ( _
    e As UIElement, _
    bottom As Integer _
)
public static void SetBottom(
    UIElement e,
    int bottom
)
public:
static void SetBottom(
    UIElement^ e, 
    int bottom
)
static member SetBottom : 
        e:UIElement * 
        bottom:int -> unit 
public static function SetBottom(
    e : UIElement, 
    bottom : int
)

Parameters

  • bottom
    Type: System. . :: . .Int32
    The row number of the bottom of the area that contains the specified child element.

.NET Framework Security

See Also

Reference

Canvas Class

Microsoft.SPOT.Presentation.Controls Namespace