Share via


GetBorderThickness Method

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

Retrieves the thickness of a specific border, in pixels.

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

Syntax

'Declaration
Public Sub GetBorderThickness ( _
    <OutAttribute> ByRef left As Integer, _
    <OutAttribute> ByRef top As Integer, _
    <OutAttribute> ByRef right As Integer, _
    <OutAttribute> ByRef bottom As Integer _
)
public void GetBorderThickness(
    out int left,
    out int top,
    out int right,
    out int bottom
)
public:
void GetBorderThickness(
    [OutAttribute] int% left, 
    [OutAttribute] int% top, 
    [OutAttribute] int% right, 
    [OutAttribute] int% bottom
)
member GetBorderThickness : 
        left:int byref * 
        top:int byref * 
        right:int byref * 
        bottom:int byref -> unit 
public function GetBorderThickness(
    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.

Remarks

The parameters of this method contain their values when the method returns a value.

.NET Framework Security

See Also

Reference

Border Class

Microsoft.SPOT.Presentation.Controls Namespace