Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the x-coordinate of the Line start point.
XAML |
<object X1="Double" .../>
|
Scripting |
value = object.X1 object.X1 = value |
The x-coordinate for the start point of the line.
This property is read/write. The default value is 0.
You can animate a Line, but you would need to apply discrete Double animations to properties rather than Point animations.