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
- 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.
.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.