Class ViewTextLinesPage
Displays lines of text.
Inheritance
System.Object
ViewTextLinesPage
Namespace: Sensus.UI
Assembly: SensusAndroid.dll
Syntax
public class ViewTextLinesPage : ContentPage
Constructors
ViewTextLinesPage(String, List<String>, Action)
Initializes a new instance of the ViewTextLinesPage class.
Declaration
public ViewTextLinesPage(string title, List<string> lines, Action clearCallback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title of page. |
System.Collections.Generic.List<System.String> | lines | Lines to display. |
System.Action | clearCallback | Called when the user clicks the Clear button. |