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