5 implementations of CornerRadius
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
159
public int
CornerRadius
CheckBox\CheckBox.cs (1)
65
int IBorderElement.
CornerRadius
=> 0;
Frame\Frame.cs (1)
57
int IBorderElement.
CornerRadius
=> (int)CornerRadius;
ImageButton\ImageButton.cs (1)
76
public int
CornerRadius
RadioButton\RadioButton.cs (1)
201
public int
CornerRadius
2 references to CornerRadius
Microsoft.Maui.Controls (2)
BorderElement.cs (2)
19
/// <summary>Bindable property for <see cref="IBorderElement.
CornerRadius
"/>.</summary>
20
public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(IBorderElement.
CornerRadius
), typeof(int), typeof(IBorderElement), defaultValue: DefaultCornerRadius);