2 references to StrokeDashArrayProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
113
set { SetValue(
StrokeDashArrayProperty
, value); }
114
get { return (DoubleCollection)GetValue(
StrokeDashArrayProperty
); }