SetBorderThickness Method (Int32, Int32, Int32, 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 ( _
    left As Integer, _
    top As Integer, _
    right As Integer, _
    bottom As Integer _
)
public void SetBorderThickness(
    int left,
    int top,
    int right,
    int bottom
)
public:
void SetBorderThickness(
    int left, 
    int top, 
    int right, 
    int bottom
)
member SetBorderThickness : 
        left:int * 
        top:int * 
        right:int * 
        bottom:int -> unit 
public function SetBorderThickness(
    left : int, 
    top : int, 
    right : int, 
    bottom : int
)

Parameters

  • bottom
    Type: System. . :: . .Int32
    The screen coordinate of the bottom edge of the border's background.

.NET Framework Security

See Also

Reference

Border Class

SetBorderThickness Overload

Microsoft.SPOT.Presentation.Controls Namespace