using System; using System.ComponentModel; using Xamarin.Forms.Internals; using Xamarin.Forms.Platform; namespace Xamarin.Forms { [ContentProperty("Text")] [RenderWith(typeof(_LabelRenderer))] public class Label : View, IFontElement, IElementConfiguration