5 implementations of CornerRadiusDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
413 int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
69 int IBorderElement.CornerRadiusDefaultValue => 0;
Frame\Frame.cs (1)
61 int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.DefaultValue;
ImageButton\ImageButton.cs (1)
163 int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.DefaultValue;
RadioButton\RadioButton.cs (1)
272 int IBorderElement.CornerRadiusDefaultValue => (int)BorderElement.CornerRadiusProperty.DefaultValue;