4 references to RadiusXProperty
Microsoft.Maui.Controls (3)
Shapes\Rectangle.cs (3)
28 set { SetValue(RadiusXProperty, value); } 29 get { return (double)GetValue(RadiusXProperty); } 44 if (propertyName == RadiusXProperty.PropertyName ||
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\RectangleRenderer.cs (1)
42 if (args.PropertyName == FormsRectangle.RadiusXProperty.PropertyName)