1 instantiation of BezierSegment
Microsoft.Maui.Controls (1)
13 references to BezierSegment
Microsoft.Maui.Controls (10)
Shapes\BezierSegment.cs (3)
25 BindableProperty.Create(nameof(Point1), typeof(Point), typeof(BezierSegment), new Point(0, 0));
29 BindableProperty.Create(nameof(Point2), typeof(Point), typeof(BezierSegment), new Point(0, 0));
33 BindableProperty.Create(nameof(Point3), typeof(Point), typeof(BezierSegment), new Point(0, 0));
Microsoft.Maui.Controls.Compatibility (3)