[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Input.C1TextBox

C1TextBox Class

Represents a control that can be used to display and edit plain text,

Inheritance
C1TextBox
Namespace: C1.Xamarin.Forms.Input
Assembly: C1.Xamarin.Forms.Input.dll
Syntax
public class C1TextBox : Entry

Constructors

Name Description
C1TextBox()

Initializes a new instance of the C1TextBox class.

Fields

Name Description
BorderColorProperty
BorderRadiusProperty
BorderThicknessProperty
DelayProperty
PaddingProperty

Properties

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.

Events

Name Description
AutoComplete

Gets or sets the callback used to provide the auto-completion text.