Gets a value indicating whether this textbox is watermarked.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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