[]
Represents a control that can be used to display and edit plain text,
public class C1TextBox : Entry
| Name | Description |
|---|---|
| C1TextBox() | Initializes a new instance of the C1TextBox class. |
| Name | Description |
|---|---|
| BorderColorProperty | |
| BorderRadiusProperty | |
| BorderThicknessProperty | |
| DelayProperty | |
| PaddingProperty |
| Name | Description |
|---|---|
| AutoCompleteText | Gets the auto-completed text. |
| 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. |
| Name | Description |
|---|---|
| AutoComplete | Gets or sets the callback used to provide the auto-completion text. |