Class LabelOnlyInput
Inheritance
System.Object
LabelOnlyInput
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusAndroid.dll
public class LabelOnlyInput : Input, INotifyPropertyChanged
Constructors
Declaration
Declaration
public LabelOnlyInput(string labelText)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
Declaration
public LabelOnlyInput(string labelText, bool complete)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
System.Boolean |
complete |
|
Declaration
public LabelOnlyInput(string labelText, int labelFontSize)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
System.Int32 |
labelFontSize |
|
Declaration
public LabelOnlyInput(string labelText, string name)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
System.String |
name |
|
Properties
Declaration
public override string DefaultName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override bool Store { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Methods
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