3 references to StrokeMiterLimit
Microsoft.Maui.Controls (3)
Shapes\Shape.cs (3)
81
/// <summary>Bindable property for <see cref="
StrokeMiterLimit
"/>.</summary>
83
BindableProperty.Create(nameof(
StrokeMiterLimit
), typeof(double), typeof(Shape), 10.0);
191
float IStroke.StrokeMiterLimit => (float)
StrokeMiterLimit
;