8 строки
131 B
C#
8 строки
131 B
C#
|
namespace Xamarin.Forms
|
|||
|
{
|
|||
|
interface IPlaceholderElement
|
|||
|
{
|
|||
|
string Placeholder { get; }
|
|||
|
Color PlaceholderColor { get; }
|
|||
|
}
|
|||
|
}
|