Y1 Property

Gets or sets the y-coordinate of the Line start point.

XAML
<object Y1="Double" .../>
Scripting
value = object.Y1
object.Y1 = value

Property Value

Double

The y-coordinate for the start point of the line.

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

Remarks

You can animate a Line, but you would need to apply discrete Double animations to properties rather than Point animations.

Applies To

Line

See Also

Shapes and Drawing in Silverlight Overview