maui-linux/Xamarin.Forms.Core/CornerElement.cs

8 строки
248 B
C#

namespace Xamarin.Forms
{
static class CornerElement
{
public static readonly BindableProperty CornerRadiusProperty =
BindableProperty.Create(nameof(CornerRadius), typeof(CornerRadius), typeof(ICornerElement), default(CornerRadius));
}
}