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

8 строки
157 B
C#

namespace Xamarin.Forms
{
interface ICornerElement
{
//note to implementor: implement this property publicly
CornerRadius CornerRadius { get; }
}
}