# WatermarkTextBox Derives from Xceed.Wpf.Toolkit.AutoSelectTextBox The WatermarkTextBox is simply a TextBox that allows you to specify an object, usually a String, to represent null or missing text. ## Using Text ![](WatermarkTextBox_watermarktextbox.jpg) ![](WatermarkTextBox_watermarktextbox_withtext.jpg) {{ }} ## Using an Image with Text ![](WatermarkTextBox_watermarktextbox_image.jpg) ![](WatermarkTextBox_watermarktextbox_imagename.jpg) {{ }} ## Custom WatermarkTemplate ![](WatermarkTextBox_watermarktextbox_template.jpg) {{ }} ## Properties || Property || Description | AutoMoveFocus | Gets or sets a value indicating if the focus can navigate in the appropriate flow direction (e.g., from one cell to another when a cell is being edited) when the cursor is at the beginning or end of the auto-select text box. (Inherited from AutoSelectTextBox) | AutoSelectBehavior | Gets or sets a value indicating how the content of the auto-select text box is selected (Never or OnFocus). By default, Never. (Inherited from AutoSelectTextBox) | KeepWatermarkOnGotFocus | Gets or sets if the **Watermark** will be displayed when the focus is set on the watermarkTextBox, when text is empty. Default is False. | Watermark | Gets or sets the object to use in place of null or missing Text. | WatermarkTemplate | Gets or sets the DataTemplate to use to display the **Watermark**. **Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** ---