3 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 ||