Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Line.X1 Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

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

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

Property Value

Double

double

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

Applies to


Feedback

Was this page helpful?