4.79 Canvas

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel > Canvas, IInputElement
Canvas
(usage)
<Canvas> UIElement* </Canvas>
(description)
Defines an area within which you can explicitly position child elements by using coordinates that are relative to the Canvas area.
[content property]
Children
[name property]
Name
[xml lang property]
Language
(attachable properties)
Canvas.Bottom
x:Double
(description)
A value that represents the distance between the bottom of an element and the bottom of its parent Canvas.
[target type]
UIElement
[text syntax]
LengthSyntax
Canvas.Left
x:Double
(description)
A value that represents the distance between the left side of an element and the left side of its parent Canvas.
[target type]
UIElement
[text syntax]
LengthSyntax
Canvas.Right
x:Double
(description)
A value that represents the distance between the right side of an element and the right side of its parent Canvas.
[target type]
UIElement
[text syntax]
LengthSyntax
Canvas.Top
x:Double
(description)
A value that represents the distance between the top of an element and the top of its parent Canvas.
[target type]
UIElement
[text syntax]
LengthSyntax