4 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;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
205 Control.ShapeLayer.UpdateStrokeMiterLimit(new nfloat(Element.StrokeMiterLimit));