3 references to StrokeLineCap
Microsoft.Maui.Controls (3)
Shapes\Shape.cs (3)
73
/// <summary>Bindable property for <see cref="
StrokeLineCap
"/>.</summary>
75
BindableProperty.Create(nameof(
StrokeLineCap
), typeof(PenLineCap), typeof(Shape), PenLineCap.Flat);
169
StrokeLineCap
switch