File: IPlaceholderElement.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
#nullable disable
using Microsoft.Maui.Graphics;
 
namespace Microsoft.Maui.Controls
{
	interface IPlaceholderElement
	{
		string Placeholder { get; }
		Color PlaceholderColor { get; }
	}
}