5 implementations of CornerRadiusDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
412
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)
271
int IBorderElement.
CornerRadiusDefaultValue
=> (int)BorderElement.CornerRadiusProperty.DefaultValue;
1 reference to CornerRadiusDefaultValue
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\BorderElementManager.cs (1)
62
if (ImageButton.IsCornerRadiusSet() && ImageButton.CornerRadius != ImageButton.
CornerRadiusDefaultValue
)