Gets a value indicating whether this textbox is watermarked.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public virtual bool IsWatermarked { get; }
Visual Basic
Public Overridable ReadOnly Property IsWatermarked As Boolean
	Get

Field Value

true if this textbox is watermarked; otherwise, false.

See Also