Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- left
Type: System. . :: . .Int32%
The screen coordinate of the left edge of the border's background.
- top
Type: System. . :: . .Int32%
The screen coordinate of the top edge of the border's background.
- right
Type: System. . :: . .Int32%
The screen coordinate of the right edge of the border's background.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.