Skip to content

WatermarkTextBox

BoucherS edited this page Jun 14, 2017 · 2 revisions

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

{{ <xctk:WatermarkTextBox Watermark="Enter First Name" /> }}

Using an Image with Text

{{ xctk:WatermarkTextBox xctk:WatermarkTextBox.Watermark </xctk:WatermarkTextBox.Watermark> </xctk:WatermarkTextBox>
}}

Custom WatermarkTemplate

{{ <xctk:WatermarkTextBox Watermark="Enter First Name"> xctk:WatermarkTextBox.WatermarkTemplate </xctk:WatermarkTextBox.WatermarkTemplate> </xctk:WatermarkTextBox>
}}

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.

Clone this wiki locally