3 references to StrokeThicknessProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
106 set { SetValue(StrokeThicknessProperty, value); } 107 get { return (double)GetValue(StrokeThicknessProperty); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
75 else if (args.PropertyName == Shape.StrokeThicknessProperty.PropertyName)