Line.Y1 Property

Definition

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

public:
 property double Y1 { double get(); void set(double value); };
double Y1();

void Y1(double value);
public double Y1 { get; set; }
var double = line.y1;
line.y1 = double;
Public Property Y1 As Double
<Line Y1="double"/>

Property Value

Double

double

The y-coordinate for the start point of the line, in pixels. The default is 0.

Applies to