4 implementations of StrokeLineCap
Microsoft.Maui.Controls (3)
Border\Border.cs (1)
219 LineCap IStroke.StrokeLineCap =>
BoxView\BoxView.cs (1)
76 LineCap IStroke.StrokeLineCap => LineCap.Butt;
Shapes\Shape.cs (1)
168 LineCap IStroke.StrokeLineCap =>
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\MapElement.Impl.cs (1)
13 LineCap IStroke.StrokeLineCap => throw new NotImplementedException();
5 references to StrokeLineCap
Microsoft.Maui (5)
Graphics\MauiDrawable.Tizen.cs (1)
79 canvas.StrokeLineCap = Border.StrokeLineCap;
Graphics\ShapeDrawable.cs (1)
91 var strokeLineCap = ShapeView.StrokeLineCap;
Handlers\Border\BorderHandler.cs (2)
35 [nameof(IBorderView.StrokeLineCap)] = MapStrokeLineCap, 123 /// Maps the abstract <see cref="IStroke.StrokeLineCap"/> property to the platform-specific implementations.
Handlers\ShapeView\ShapeViewHandler.cs (1)
28 [nameof(IShapeView.StrokeLineCap)] = MapStrokeLineCap,