Show / Hide Table of Contents

    Class MultiLineTextInput

    Inheritance
    System.Object
    Input
    MultiLineTextInput
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Input.EFFECT_RESOLUTION_GROUP_NAME
    Input.CreateLabel(Int32)
    Input.GetLabelText(Int32)
    Input.SetView(View)
    Input.Reset()
    Input.ValueMatches(Object, Boolean)
    Input.Copy(Boolean)
    Input.ToString()
    Input.Name
    Input.Id
    Input.GroupId
    Input.LabelText
    Input.LabelFontSize
    Input.DisplayNumber
    Input.Complete
    Input.Valid
    Input.Store
    Input.Latitude
    Input.Longitude
    Input.LocationUpdateTimestamp
    Input.Required
    Input.Viewed
    Input.CompletionTimestamp
    Input.DisplayConditions
    Input.BackgroundColor
    Input.Padding
    Input.Frame
    Input.CompletionRecords
    Input.StoreCompletionRecords
    Input.Display
    Input.SubmissionTimestamp
    Input.Caption
    Input.TriggeringDatum
    Input.PropertyChanged
    Namespace: Sensus.UI.Inputs
    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
    Input.DefaultName

    Enabled

    Declaration
    public override bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    Input.Enabled

    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
    Input.Value

    Methods

    GetView(Int32)

    Declaration
    public override View GetView(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Xamarin.Forms.View
    Overrides
    Input.GetView(Int32)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX