5 references to CornerRadius
Microsoft.Maui.Controls (3)
Frame\Frame.cs (3)
19
/// <summary>Bindable property for <see cref="
CornerRadius
"/>.</summary>
20
public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(
CornerRadius
), typeof(float), typeof(Frame), -1.0f,
57
int IBorderElement.CornerRadius => (int)
CornerRadius
;
Microsoft.Maui.Controls.Compatibility (2)
Android\FastRenderers\FrameRenderer.cs (2)
271
? Element.IsClippedToBounds : Element.
CornerRadius
> 0f;
354
float cornerRadius = Element.
CornerRadius
;