2 references to DefaultCornerRadius
Microsoft.Maui.Controls (2)
BorderElement.cs (1)
20
public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(IBorderElement.CornerRadius), typeof(int), typeof(IBorderElement), defaultValue:
DefaultCornerRadius
);
Button\Button.cs (1)
92
public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(CornerRadius), typeof(int), typeof(Button), defaultValue: BorderElement.
DefaultCornerRadius
);