6 references to LineGeometry
Microsoft.Maui.Controls (5)
Shapes\GeometryHelper.cs (3)
38 else if (geoSrc is LineGeometry) 40 LineGeometry lineGeoSrc = geoSrc as LineGeometry;
Shapes\LineGeometry.cs (2)
25 BindableProperty.Create(nameof(StartPoint), typeof(Point), typeof(LineGeometry), new Point()); 29 BindableProperty.Create(nameof(EndPoint), typeof(Point), typeof(LineGeometry), new Point());
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
24 static SKPath MakePath(LineGeometry lineGeometry)