Implemented interface member:
property
CornerRadius
Microsoft.Maui.Controls.IBorderElement.CornerRadius
2 references to CornerRadius
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
90
/// The backing store for the <see cref="
CornerRadius
"/> bindable property.
92
public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(
CornerRadius
), typeof(int), typeof(Button), defaultValue: BorderElement.DefaultCornerRadius);