6 references to FillProperty
Microsoft.Maui.Controls (5)
RadioButton\RadioButton.cs (3)
550 Ellipse.FillProperty, 556 Ellipse.FillProperty, 608 Property = Shape.FillProperty,
Shapes\Shape.cs (2)
92 set { SetValue(FillProperty, value); } 93 get { return (Brush)GetValue(FillProperty); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
71 else if (args.PropertyName == Shape.FillProperty.PropertyName)