Search
NumericEditComponent Properties
 


 Public Properties

  Name Description

AcceptsReturn

Gets or sets a value indicating whether the edit component will insert new line when the user presses the ENTER key. (Inherited from EditComponent.)

AutoProperty

Gets or sets a value indicating whether the component is defined as a property on the client side. (Inherited from ComponentBase.)

Bounds

Gets or sets the calculated bounds of this component relative to its parent. (Inherited from ComponentBase.)

Brush

Gets or sets the background brush of the edit component. (Inherited from EditComponent.)

ChildCount

Gets the number of child components of this component. (Inherited from ComponentBase.)

Focusable

Gets or sets a value indicating whether the component can receive the input focus. (Inherited from ComponentBase.)

Font

Gets or sets the font of the text. (Inherited from EditComponent.)

GridColumn

Gets or sets the index of the grid column this component will be associated with when added to a GridPanel. (Inherited from ComponentBase.)

GridRow

Gets or sets the index of the grid row this component will be associated with when added to a GridPanel. (Inherited from ComponentBase.)

Height

Gets or sets the explicit height of this component or float.NaN to auto-size the component. (Inherited from ComponentBase.)

HideSelection

Gets or sets a value indicating whether to hide the selection when the edit component does not have input focus. (Inherited from EditComponent.)

HorizontalAlignment

Gets or sets the horizontal alignment of this component relative to its parent. (Inherited from ComponentBase.)

InactiveSelectionColor

Gets or sets the color of the selection when the component does not have input focus. (Inherited from EditComponent.)

IsEnabled

Gets or sets a value indicating whether the component is enabled. (Inherited from ComponentBase.)

IsFocused

Gets or sets a value indicating whether this component currently holds the input focus. (Inherited from ComponentBase.)

IsHitTestVisible

Gets or sets a value indicating whether this component and all its children are subject to hit-testing operations. (Inherited from ComponentBase.)

IsInteractive

Gets or sets a value indicating whether this component can be interacted with. (Inherited from ComponentBase.)

Name

Gets or sets the name of the component. (Inherited from ComponentBase.)

Parent

Gets the parent component, if the current component is hosted. (Inherited from ComponentBase.)

Pen

Gets or sets the border pen of the edit component. (Inherited from EditComponent.)

ScrollFirstLine

Gets or sets the index of the first visible line in the edit component. (Inherited from EditComponent.)

SelectionColor

Gets or sets the color of the selection. (Inherited from EditComponent.)

SelectionLength

Gets or sets the length of the selection in the edit component. (Inherited from EditComponent.)

SelectionStart

Gets or sets the start of the selection in the edit component. (Inherited from EditComponent.)

Text

Gets or sets the text of the edit component. (Inherited from EditComponent.)

TextColor

Gets or sets the color of the text. (Inherited from EditComponent.)

TextPadding

Gets or sets the padding of the edit component. (Inherited from EditComponent.)

TextWrapping

Gets or sets the wrapping of the text in the edit component. (Inherited from EditComponent.)

Value

Gets or sets the value displayed in the edit box.

VerticalAlignment

Gets or sets the vertical alignment of this component relative to its parent. (Inherited from ComponentBase.)

Visible

Gets or sets a value indicating whether the component is visible. (Inherited from ComponentBase.)

Width

Gets or sets the explicit width of this component or float.NaN to auto-size the component. (Inherited from ComponentBase.)

 Protected Properties

  Name Description

ParentHost

Gets the host containing this component, if any. (Inherited from ComponentBase.)

 See Also