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