SetBorderThickness Method (Int32)

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

Sets the thickness of a particular border, in pixels.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

Border Class

SetBorderThickness Overload

Microsoft.SPOT.Presentation.Controls Namespace