Border.GetBorderThickness Method
Retrieves the thickness of a specific border, in pixels.
Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void GetBorderThickness (
ref intleft,
ref inttop,
ref intright,
ref intbottom
)
Parameters
- left
[OutAttribute] The screen coordinate of the left edge of the border's background. - top
[OutAttribute] The screen coordinate of the top edge of the border's background. - right
[OutAttribute] The screen coordinate of the right edge of the border's background. - bottom
[OutAttribute] 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.
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