Canvas.Left Property

Gets or sets a value that represents the distance between the left side of an element and the left side of its parent Canvas.

Syntax

XAML <objectCanvas.Left="Double" .../>
Scripting

value = object["Canvas.Left"]

object["Canvas.Left"] = value

Property Value

Double

A value that represents the offset position from the left side of a parent Canvas.

This property is read/write. The default value is 0.0.

Remarks

Hi, I'm a remark!

Applies To

Canvas, Ellipse, Glyphs, Image, Line, LineBreak, MediaElement, Path, Polygon, Polyline, RectangleRun, Shape, TextBlock, TextElement, UIElement

See Also

Link1, Link2