4 implementations of StrokeLineJoin
Microsoft.Maui.Controls (3)
Border\Border.cs (1)
228
LineJoin IStroke.
StrokeLineJoin
=>
BoxView\BoxView.cs (1)
78
LineJoin IStroke.
StrokeLineJoin
=> LineJoin.Miter;
Shapes\Shape.cs (1)
177
LineJoin IStroke.
StrokeLineJoin
=>
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\MapElement.Impl.cs (1)
15
LineJoin IStroke.
StrokeLineJoin
=> throw new NotImplementedException();
5 references to StrokeLineJoin
Microsoft.Maui (5)
Graphics\MauiDrawable.Tizen.cs (1)
80
canvas.StrokeLineJoin = Border.
StrokeLineJoin
;
Graphics\ShapeDrawable.cs (1)
95
var strokeLineJoin = ShapeView.
StrokeLineJoin
;
Handlers\Border\BorderHandler.cs (2)
36
[nameof(IBorderView.
StrokeLineJoin
)] = MapStrokeLineJoin,
133
/// Maps the abstract <see cref="IStroke.
StrokeLineJoin
"/> property to the platform-specific implementations.
Handlers\ShapeView\ShapeViewHandler.cs (1)
29
[nameof(IShapeView.
StrokeLineJoin
)] = MapStrokeLineJoin,