2 references to StrokeColorProperty
Microsoft.Maui.Controls.Maps (2)
MapElement.cs (2)
34
get => (Color)GetValue(
StrokeColorProperty
);
35
set => SetValue(
StrokeColorProperty
, value);