4 references to FillRule
Microsoft.Maui.Controls (4)
Handlers\Shapes\Polyline\PolylineHandler.cs (1)
12 [nameof(Polyline.FillRule)] = MapFillRule,
Handlers\Shapes\Polyline\PolylineHandler.iOS.cs (1)
43 shapeDrawable.UpdateWindingMode(polyline.FillRule == FillRule.EvenOdd ? WindingMode.EvenOdd : WindingMode.NonZero);
Shapes\Polyline.cs (2)
24 /// <summary>Bindable property for <see cref="FillRule"/>.</summary> 26 BindableProperty.Create(nameof(FillRule), typeof(FillRule), typeof(Polyline), FillRule.EvenOdd);