3 references to CornerRadiusProperty
Microsoft.Maui.Controls (3)
RadioButton\RadioButton.cs (3)
205
get { return (int)GetValue(
CornerRadiusProperty
); }
206
set { SetValue(
CornerRadiusProperty
, value); }
667
int IButtonStroke.CornerRadius => (int)GetValue(
CornerRadiusProperty
);