Enum WatermarkTextMode
Specifies how watermark text in an editor control should hides.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum WatermarkTextMode
Fields
| Name | Description |
|---|---|
| HideTextOnFocus | The WatermarkText hides when focus is moved to the control. |
| HideTextOnTyping | The WatermarkText hides when user start typing. |