using System.ComponentModel;
namespace Xamarin.Forms.Internals
{
[EditorBrowsable(EditorBrowsableState.Never)]
interface ILineHeightElement
double LineHeight { get; }
void OnLineHeightChanged(double oldValue, double newValue);
}