Share via


SetLeft Method

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

Sets 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 Sub SetLeft ( _
    e As UIElement, _
    left As Integer _
)
public static void SetLeft(
    UIElement e,
    int left
)
public:
static void SetLeft(
    UIElement^ e, 
    int left
)
static member SetLeft : 
        e:UIElement * 
        left:int -> unit 
public static function SetLeft(
    e : UIElement, 
    left : int
)

Parameters

  • left
    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