6 references to EvenOdd
Microsoft.Maui.Controls (6)
Platform\ShapeExtensions.cs (2)
15
FillRule fillRule = FillRule.
EvenOdd
;
23
return fillRule == FillRule.
EvenOdd
? WindingMode.EvenOdd : WindingMode.NonZero;
Shapes\GeometryGroup.cs (1)
24
BindableProperty.Create(nameof(FillRule), typeof(FillRule), typeof(GeometryGroup), FillRule.
EvenOdd
);
Shapes\PathGeometry.cs (1)
41
BindableProperty.Create(nameof(FillRule), typeof(FillRule), typeof(PathGeometry), FillRule.
EvenOdd
);
Shapes\Polygon.cs (1)
26
BindableProperty.Create(nameof(FillRule), typeof(FillRule), typeof(Polygon), FillRule.
EvenOdd
);
Shapes\Polyline.cs (1)
26
BindableProperty.Create(nameof(FillRule), typeof(FillRule), typeof(Polyline), FillRule.
EvenOdd
);