[]
        
(Showing Draft Content)

C1.iOS.Input.C1TextBox

C1TextBox Class

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

Inheritance
C1TextBox
Implements
Namespace: C1.iOS.Input
Assembly: C1.iOS.Input.dll
Syntax
public class C1TextBox : C1TextField, IDependencyObject

Constructors

Name Description
C1TextBox()

Initializes a new instance of the C1TextBox class.

Fields

Name Description
BackgroundColorProperty
BorderColorProperty
BorderRadiusProperty
BorderThicknessProperty
DelayProperty
PaddingProperty

Properties

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

Methods

Name Description
LayoutSubviews()
ResignFirstResponder()

Events

Name Description
AutoComplete

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