2 writes to X2
Microsoft.Maui.Controls (2)
Shapes\Line.cs (1)
19
X2
= x2;
Shapes\StrokeShapeTypeConverter.cs (1)
59
return new Line { X1 = p1.X, Y1 = p1.Y,
X2
= p2.X, Y2 = p2.Y };
5 references to X2
Microsoft.Maui.Controls (4)
Handlers\Shapes\Line\LineHandler.cs (1)
12
[nameof(Line.
X2
)] = MapX2,
Shapes\Line.cs (3)
31
/// <summary>Bindable property for <see cref="
X2
"/>.</summary>
33
BindableProperty.Create(nameof(
X2
), typeof(double), typeof(Line), 0.0d);
84
path.LineTo((float)
X2
, (float)Y2);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\LineRenderer.cs (1)
67
Control.UpdateX2(Element.
X2
);