TextBox Properties
Silverlight
The TextBox type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptsReturn | Gets or sets the value that determines whether the text box allows and displays the newline or return characters. |
|
ActualHeight | Gets the rendered height of a FrameworkElement. (Inherited from FrameworkElement.) |
|
ActualWidth | Gets the rendered width of a FrameworkElement. (Inherited from FrameworkElement.) |
|
AllowDrop | Gets or sets a value that determines whether this UIElement can be a drop target for purposes of Silverlight drag-and-drop operations. (Inherited from UIElement.) |
|
Background | Gets or sets a brush that provides the background of the control. (Inherited from Control.) |
|
BaselineOffset | Gets a value by which each line of text is offset from a baseline. |
|
BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from Control.) |
|
BorderThickness | Gets or sets the border thickness of a control. (Inherited from Control.) |
|
CacheMode | Gets or sets a value that indicates that rendered content should be cached when possible. (Inherited from UIElement.) |
|
CaretBrush | Gets or sets the brush that is used to render the vertical bar that indicates the insertion point. |
|
CharacterSpacing | Gets or sets the distance between characters of text in the control measured in 1000ths of the font size. (Inherited from Control.) |
|
Clip | Gets or sets the Geometry used to define the outline of the contents of a UIElement. (Inherited from UIElement.) |
|
Cursor | Gets or sets the cursor image that displays while the mouse pointer is over a FrameworkElement. (Inherited from FrameworkElement.) |
|
DataContext | Gets or sets the data context for a FrameworkElement when it participates in data binding. (Inherited from FrameworkElement.) |
|
DefaultStyleKey | Gets or sets the key that references the default style for the control. (Inherited from Control.) |
|
DesiredSize | Gets the size that this UIElement computed during the measure pass of the layout process. (Inherited from UIElement.) |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
Effect | Gets or sets the pixel shader effect to use for rendering this UIElement. (Inherited from UIElement.) |
|
FlowDirection | Gets or sets the direction that text and other user interface elements flow within any parent element that controls their layout. (Inherited from FrameworkElement.) |
|
FontFamily | Gets or sets the font used to display text in the control. (Inherited from Control.) |
|
FontSize | Gets or sets the size of the text in this control. (Inherited from Control.) |
|
FontSource | Gets or sets the font source that is applied to the TextBox for rendering content. |
|
FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from Control.) |
|
FontStyle | Gets or sets the style in which the text is rendered. (Inherited from Control.) |
|
FontWeight | Gets or sets the thickness of the specified font. (Inherited from Control.) |
|
Foreground | Gets or sets a brush that describes the foreground color. (Inherited from Control.) |
|
Height | Gets or sets the suggested height of a FrameworkElement. (Inherited from FrameworkElement.) |
|
HorizontalAlignment | Gets or sets the horizontal alignment characteristics that are applied to a FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from FrameworkElement.) |
|
HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from Control.) |
|
HorizontalScrollBarVisibility | Gets or sets the visibility of the horizontal scroll bar. |
|
InputScope | Gets or sets the context for input used by this TextBox. |
|
IsEnabled | Gets or sets a value indicating whether the user can interact with the control. (Inherited from Control.) |
|
IsHitTestVisible | Gets or sets whether the contained area of this UIElement can return true values for hit testing. (Inherited from UIElement.) |
|
IsReadOnly | Gets or sets the value that determines if the user can change the text in the text box. |
|
IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from Control.) |
|
Language | Gets or sets localization/globalization language information that applies to a FrameworkElement. (Inherited from FrameworkElement.) |
|
LineHeight | Gets or sets the height of each line of content. |
|
LineStackingStrategy | Gets or sets a value that indicates how a line box is determined for each line of text in the TextBox. |
|
Margin | Gets or sets the outer margin of a FrameworkElement. (Inherited from FrameworkElement.) |
|
MaxHeight | Gets or sets the maximum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
|
MaxLength | Gets or sets the value that determines the maximum number of characters allowed for user input. |
|
MaxWidth | Gets or sets the maximum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
|
MinHeight | Gets or sets the minimum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
|
MinWidth | Gets or sets the minimum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
|
Name | Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from FrameworkElement.) |
|
Opacity | Gets or sets the degree of the object's opacity. (Inherited from UIElement.) |
|
OpacityMask | Gets or sets the brush used to alter the opacity of regions of this object. (Inherited from UIElement.) |
|
Padding | Gets or sets the padding inside a control. (Inherited from Control.) |
|
Parent | Gets the parent object of this FrameworkElement in the object tree. (Inherited from FrameworkElement.) |
|
Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this UIElement. (Inherited from UIElement.) |
|
RenderSize | Gets the final render size of a UIElement. (Inherited from UIElement.) |
|
RenderTransform | Gets or sets transform information that affects the rendering position of a UIElement. (Inherited from UIElement.) |
|
RenderTransformOrigin | Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement. (Inherited from UIElement.) |
|
Resources | Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from FrameworkElement.) |
|
SelectedText | Gets or sets the content of the current selection in the text box. |
|
SelectionBackground | Gets or sets the brush that fills the background of the selected text. |
|
SelectionForeground | Gets or sets the brush used for the selected text in the text box. |
|
SelectionLength | Gets or sets the number of characters in the current selection in the text box. |
|
SelectionStart | Gets or sets the starting position of the text selected in the text box. |
|
Style | Gets or sets an instance Style that is applied for this object during rendering. (Inherited from FrameworkElement.) |
|
TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from Control.) |
|
TabNavigation | Gets or sets a value that modifies how tabbing and TabIndex work for this control. (Inherited from Control.) |
|
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from FrameworkElement.) |
|
Template | Gets or sets a control template. (Inherited from Control.) |
|
Text | Gets or sets the text contents of the text box. |
|
TextAlignment | Gets or sets how the text should be aligned in the text box. |
|
TextWrapping | Gets or sets how line breaking occurs if a line of text extends beyond the available width of the text box. |
|
Triggers | Gets the collection of triggers for animations that are defined for a FrameworkElement. (Inherited from FrameworkElement.) |
|
UseLayoutRounding | Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from UIElement.) |
|
VerticalAlignment | Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from FrameworkElement.) |
|
VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from Control.) |
|
VerticalScrollBarVisibility | Gets or sets the visibility of the vertical scroll bar. |
|
Visibility | Gets or sets the visibility of a UIElement. A UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from UIElement.) |
|
Watermark | This property is not implemented. |
|
Width | Gets or sets the width of a FrameworkElement. (Inherited from FrameworkElement.) |