5 implementations of CornerRadiusDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
411
int IBorderElement.
CornerRadiusDefaultValue
=> (int)CornerRadiusProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
67
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)
269
int IBorderElement.
CornerRadiusDefaultValue
=> (int)BorderElement.CornerRadiusProperty.DefaultValue;