namespace Xamarin.Forms { public interface IElementConfiguration where TElement : Element { IPlatformElementConfiguration On() where T : IConfigPlatform; } }