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