1 implementation of ICornerElement
Microsoft.Maui.Controls (1)
BoxView\BoxView.cs (1)
10 public partial class BoxView : View, IColorElement, ICornerElement, IElementConfiguration<BoxView>, IShapeView, IShape
2 references to ICornerElement
Microsoft.Maui.Controls (2)
CornerElement.cs (1)
8 BindableProperty.Create(nameof(CornerRadius), typeof(CornerRadius), typeof(ICornerElement), default(CornerRadius));
Properties\AssemblyInfo.cs (1)
88[assembly: StyleProperty("border-radius", typeof(ICornerElement), nameof(CornerElement.CornerRadiusProperty))]