[]
        
(Showing Draft Content)

C1.Maui.Input.C1TextBox

C1TextBox Class

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

Inheritance
C1TextBox
Implements
Namespace: C1.Maui.Input
Assembly: C1.Maui.Input.dll
Syntax
public class C1TextBox : Entry, IDisposable

Constructors

Name Description
C1TextBox()

Initializes a new instance of the C1TextBox class.

Fields

Name Description
BorderBrushProperty

Identifies the BorderBrush dependency property.

BorderThicknessProperty

Identifies the BorderThickness dependency property.

CornerRadiusProperty

Identifies the CornerRadius dependency property.

ForegroundProperty

Identifies the Foreground dependency property.

PaddingProperty

Identifies the Padding dependency property.

Properties

Name Description
BorderBrush

Gets or sets the Microsoft.Maui.Controls.Brush used to paint the border.

BorderThickness

Gets or sets the Microsoft.Maui.Thickness of the border.

CornerRadius

Gets or sets the Microsoft.Maui.CornerRadius of the border.

Foreground

Gets or sets the Microsoft.Maui.Controls.Brush used to paint the foreground (text and icons).

IsDisposed

Gets whether this instance is disposed.

IsPlaceholderVisible

Gets a value indicating whether the placeholder is visible.

Padding

Gets or sets the padding applied to the displayed text.

Tag

Gets or sets an arbitrary object value that can be used to store custom information about this element.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1TextBox class.

OnBorderBrushChanged()

Called when the border brush changed.

OnBorderThicknessChanged()

Called when the border thickness changed.

OnCornerRadiusChanged()

Called when the corner-radius changed.

OnForegroundChanged()

Called when the foreground changed.

OnPaddingChanged()

Called when the padding changed.