[]
Represents a control that can be used to display and edit plain text,
public class C1TextBox : Entry, IDisposable
Name | Description |
---|---|
C1TextBox() | Initializes a new instance of the C1TextBox class. |
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. |
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. |
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. |