Canvas Class

Defines an area, or canvas, within which you can explicitly position child elements by using coordinates that are relative to the upper-left corner of the canvas.

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

Syntax

public class Canvas : Panel

Remarks

A Canvas object represents the canvas element in the layout of a group of user interface elements. Likewise, all of the user interface elements on the canvas are seen as child elements of the canvas and are represented by instances of classes derived from the UIElement class. The Canvas object manages this collection of child elements. The children of a Canvas object are also referred to as child controls.

Version Information

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

See Also

Reference

Canvas Members
Microsoft.SPOT.Presentation.Controls Namespace