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