2 references to StrokeWidthProperty
Microsoft.Maui.Controls.Maps (2)
MapElement.cs (2)
44
get => (float)GetValue(
StrokeWidthProperty
);
45
set => SetValue(
StrokeWidthProperty
, value);