Share via


SetRight Method

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

Sets the rightmost column number in the area that contains the specified child element.

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

Syntax

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

Parameters

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

.NET Framework Security

See Also

Reference

Canvas Class

Microsoft.SPOT.Presentation.Controls Namespace