3 references to FillRule
Microsoft.Maui.Controls (3)
Handlers\Shapes\Polygon\PolygonHandler.cs (1)
12
[nameof(Polygon.
FillRule
)] = MapFillRule,
Shapes\Polygon.cs (2)
24
/// <summary>Bindable property for <see cref="
FillRule
"/>.</summary>
26
BindableProperty.Create(nameof(
FillRule
), typeof(FillRule), typeof(Polygon), FillRule.EvenOdd);