Class MultiLineTextInput
Inheritance
System.Object
MultiLineTextInput
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusAndroid.dll
Syntax
public class MultiLineTextInput : Input, INotifyPropertyChanged
Constructors
MultiLineTextInput()
Declaration
public MultiLineTextInput()
MultiLineTextInput(String, String, Keyboard)
Declaration
public MultiLineTextInput(string labelText, string name, Keyboard keyboard)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
System.String |
name |
|
Xamarin.Forms.Keyboard |
keyboard |
|
MultiLineTextInput(String, Keyboard)
Declaration
public MultiLineTextInput(string labelText, Keyboard keyboard)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
Xamarin.Forms.Keyboard |
keyboard |
|
Properties
DefaultName
Declaration
public override string DefaultName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Enabled
Declaration
public override bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Height
Height in pixels of the multi-line text input.
Declaration
[EntryIntegerUiProperty(null, true, 5, true)]
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
The height.
|
Value
Declaration
public override object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Methods
GetView(Int32)
Declaration
public override View GetView(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
Xamarin.Forms.View |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged