maui-linux/Xamarin.Forms.Core/IPlaceholderElement.cs

8 строки
131 B
C#

namespace Xamarin.Forms
{
interface IPlaceholderElement
{
string Placeholder { get; }
Color PlaceholderColor { get; }
}
}