13 строки
389 B
C#
13 строки
389 B
C#
using MaterialComponents;
|
|
using MTextInputControllerBase = MaterialComponents.TextInputControllerBase;
|
|
|
|
namespace Xamarin.Forms.Material.iOS
|
|
{
|
|
internal interface IMaterialTextField
|
|
{
|
|
SemanticColorScheme ColorScheme { get; set; }
|
|
TypographyScheme TypographyScheme { get; set; }
|
|
MTextInputControllerBase ActiveTextInputController { get; set; }
|
|
ITextInput TextInput { get; }
|
|
}
|
|
} |