[]
Represents a control that can be used to display and edit plain text,
public class C1TextBox : C1TextField, IDependencyObject
Name | Description |
---|---|
C1TextBox() | 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. |
Text |
Name | Description |
---|---|
LayoutSubviews() | |
ResignFirstResponder() |
Name | Description |
---|---|
AutoComplete | Gets or sets the callback used to provide the auto-completion text. |