SetMargin Method (Int32)

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

Sets the size of the current element's margin, using the same (specified) width for each of the four sides of the element.

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

Syntax

'Declaration
Public Sub SetMargin ( _
    length As Integer _
)
public void SetMargin(
    int length
)
public:
void SetMargin(
    int length
)
member SetMargin : 
        length:int -> unit 
public function SetMargin(
    length : int
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

SetMargin Overload

Microsoft.SPOT.Presentation Namespace