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

8 строки
142 B
C#

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