C# Class MonoTouch.Dialog.EntryAttribute

Inheritance: System.Attribute
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
KeyboardType UIKeyboardType
Placeholder string

Public Methods

Method Description
EntryAttribute ( ) : System
EntryAttribute ( string placeholder ) : System

Method Details

EntryAttribute() public method

public EntryAttribute ( ) : System
return System

EntryAttribute() public method

public EntryAttribute ( string placeholder ) : System
placeholder string
return System

Property Details

KeyboardType public_oe property

public UIKeyboardType KeyboardType
return UIKeyboardType

Placeholder public_oe property

public string Placeholder
return string