3 references to StrokeLineJoinProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
134
set { SetValue(
StrokeLineJoinProperty
, value); }
135
get { return (PenLineJoin)GetValue(
StrokeLineJoinProperty
); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
83
else if (args.PropertyName == Shape.
StrokeLineJoinProperty
.PropertyName)