4 implementations of StrokeMiterLimit
Microsoft.Maui.Controls (3)
Border\Border.cs (1)
255 float IStroke.StrokeMiterLimit => (float)StrokeMiterLimit;
BoxView\BoxView.cs (1)
84 float IStroke.StrokeMiterLimit => 0;
Shapes\Shape.cs (1)
191 float IStroke.StrokeMiterLimit => (float)StrokeMiterLimit;
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\MapElement.Impl.cs (1)
21 float IStroke.StrokeMiterLimit => throw new NotImplementedException();
5 references to StrokeMiterLimit
Microsoft.Maui (5)
Graphics\MauiDrawable.Tizen.cs (1)
76 canvas.MiterLimit = Border.StrokeMiterLimit;
Graphics\ShapeDrawable.cs (1)
107 var strokeMiterLimit = ShapeView.StrokeMiterLimit;
Handlers\Border\BorderHandler.cs (2)
39 [nameof(IBorderView.StrokeMiterLimit)] = MapStrokeMiterLimit 163 /// Maps the abstract <see cref="IStroke.StrokeMiterLimit"/> property to the platform-specific implementations.
Handlers\ShapeView\ShapeViewHandler.cs (1)
30 [nameof(IShapeView.StrokeMiterLimit)] = MapStrokeMiterLimit