Border Class

Draws a border around another user interface element.

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

Syntax

public class Border : ContentControl

Remarks

If you want to display a border around specific content, you must place that content within a parent border element, this making the enclosed content a child element. Note that the parent border element, as represented by the Border object, can contain only one discrete child element. To display multiple child elements, you need to place a panel element, which is represented by the Panel object, within the parent border element. You can then place multiple child elements within that panel element.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Border Members
Microsoft.SPOT.Presentation.Controls Namespace