Note

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

Access to this page requires authorization. You can try .

Line.X2 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 end point.

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

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

Property Value

Double

double

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

Applies to


Feedback

Was this page helpful?