Class WatermarkTextMode
Specifies how watermark text in an editor control should hides.
Inheritance
System.Object
WatermarkTextMode
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class WatermarkTextMode : Enum
Fields
HideTextOnFocus
The WatermarkText hides when focus is moved to the control.
Declaration
public const WatermarkTextMode HideTextOnFocus
Field Value
Type |
---|
WatermarkTextMode |
HideTextOnTyping
The WatermarkText hides when user start typing.
Declaration
public const WatermarkTextMode HideTextOnTyping
Field Value
Type |
---|
WatermarkTextMode |