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