4 references to Flat
Microsoft.Maui.Controls (4)
Border\Border.cs (2)
156 BindableProperty.Create(nameof(StrokeLineCap), typeof(PenLineCap), typeof(Border), PenLineCap.Flat); 222 PenLineCap.Flat => LineCap.Butt,
Shapes\Shape.cs (2)
75 BindableProperty.Create(nameof(StrokeLineCap), typeof(PenLineCap), typeof(Shape), PenLineCap.Flat); 171 PenLineCap.Flat => LineCap.Butt,