2 writes to FillRule
Microsoft.Maui.Controls (2)
Shapes\RoundRectangleGeometry.cs (2)
60
FillRule
= FillRule.Nonzero;
71
FillRule
= FillRule.Nonzero
4 references to FillRule
Microsoft.Maui.Controls (3)
Platform\ShapeExtensions.cs (1)
18
fillRule = geometryGroup.
FillRule
;
Shapes\GeometryGroup.cs (2)
22
/// <summary>Bindable property for <see cref="
FillRule
"/>.</summary>
24
BindableProperty.Create(nameof(
FillRule
), typeof(FillRule), typeof(GeometryGroup), FillRule.EvenOdd);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
69
path.FillType = geometryGroup.
FillRule
== FillRule.Nonzero ? SKPathFillType.Winding : SKPathFillType.EvenOdd;