[]
Represents a control that can be used to display and edit plain text,
public class C1TextBox : EditText, IDependencyObject, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable
Name | Description |
---|---|
C1TextBox(Context) | Initializes a new instance of the C1TextBox class. |
C1TextBox(Context, IAttributeSet) | Initializes a new instance of the C1TextBox class. |
C1TextBox(IntPtr, JniHandleOwnership) | Initializes a new instance of the C1TextBox class. |
Name | Description |
---|---|
BackgroundColorProperty | |
BorderColorProperty | |
BorderRadiusProperty | |
BorderThicknessProperty | |
DelayProperty | |
PaddingProperty |
Name | Description |
---|---|
AutoCompleteText | Gets the auto-completed text. |
BackgroundColor | Gets or sets the color of the background. |
BorderColor | Gets or sets the color of the border. |
BorderRadius | Gets or sets the border radius. |
BorderThickness | Gets or sets the border thickness. |
Delay | Gets or sets the delay that occurs between the key strokes and the text changed event. |
Padding | Gets or sets the padding. |
Placeholder | Gets or sets the placeholder displayed when there is no entered text. |
Name | Description |
---|---|
OnEditorAction(ImeAction) | |
OnTextChanged(ICharSequence, int, int, int) | |
SetPadding(int, int, int, int) | |
SetTextSize(ComplexUnitType, float) |
Name | Description |
---|---|
AutoComplete | Gets or sets the callback used to provide the auto-completion text. |