3 references to StrokeMiterLimit
Microsoft.Maui.Controls (3)
Border\Border.cs (3)
162
/// <summary>Bindable property for <see cref="
StrokeMiterLimit
"/>.</summary>
164
BindableProperty.Create(nameof(
StrokeMiterLimit
), typeof(double), typeof(Border), 10.0);
255
float IStroke.StrokeMiterLimit => (float)
StrokeMiterLimit
;