C# Class CrossUI.iOS.Dialog.EntryAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Свойство Type Description
KeyboardType UIKeyboardType
Placeholder string

Méthodes publiques

Méthode Description
EntryAttribute ( ) : System
EntryAttribute ( string placeholder ) : System

Method Details

EntryAttribute() public méthode

public EntryAttribute ( ) : System
Résultat System

EntryAttribute() public méthode

public EntryAttribute ( string placeholder ) : System
placeholder string
Résultat System

Property Details

KeyboardType public_oe property

public UIKeyboardType KeyboardType
Résultat UIKeyboardType

Placeholder public_oe property

public string Placeholder
Résultat string