Xceed Ultimate ListBox for Silverlight Documentation
WatermarkContent Property


Gets or sets the object to display as a watermark.
Syntax
Public Property WatermarkContent As Object
Dim instance As WatermarkTextBox
Dim value As Object
 
instance.WatermarkContent = value
 
value = instance.WatermarkContent
public object WatermarkContent {get; set;}

Property Value

An object representing the watermark.
Remarks
When the end-user clicks in the editable field, the watermark disappears.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WatermarkTextBox Class
WatermarkTextBox Members

Send Feedback