Border.SetBorderThickness Method (Int32, Int32, Int32, Int32)
Sets the thickness of a particular border, in pixels.
Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void SetBorderThickness (
intleft,
inttop,
intright,
intbottom
)
Parameters
- left
The screen coordinate of the left edge of the border's background. - top
The screen coordinate of the top edge of the border's background. - right
The screen coordinate of the right edge of the border's background. - bottom
The screen coordinate of the bottom edge of the border's background.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.
See Also
Reference
Border Class
Border Members
Microsoft.SPOT.Presentation.Controls Namespace