2 references to StrokeThicknessProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
106 set { SetValue(StrokeThicknessProperty, value); } 107 get { return (double)GetValue(StrokeThicknessProperty); }