4 references to CornerElement
Microsoft.Maui.Controls (4)
BoxView\BoxView.cs (3)
16
public static readonly BindableProperty CornerRadiusProperty =
CornerElement
.CornerRadiusProperty;
36
get => (CornerRadius)GetValue(
CornerElement
.CornerRadiusProperty);
37
set => SetValue(
CornerElement
.CornerRadiusProperty, value);
Properties\AssemblyInfo.cs (1)
88
[assembly: StyleProperty("border-radius", typeof(ICornerElement), nameof(
CornerElement
.CornerRadiusProperty))]