GetLeft Method

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

Retrieves the number of the leftmost column in 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 Function GetLeft ( _
    e As UIElement _
) As Integer
public static int GetLeft(
    UIElement e
)
public:
static int GetLeft(
    UIElement^ e
)
static member GetLeft : 
        e:UIElement -> int 
public static function GetLeft(
    e : UIElement
) : int

Parameters

Return Value

Type: System. . :: . .Int32
The leftmost column number in the area that contains the specified child element.

.NET Framework Security

See Also

Reference

Canvas Class

Microsoft.SPOT.Presentation.Controls Namespace