2 references to StrokeLineJoinProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
134
set { SetValue(
StrokeLineJoinProperty
, value); }
135
get { return (PenLineJoin)GetValue(
StrokeLineJoinProperty
); }