Xceed Toolkit Plus for WPF v4.6 Documentation
MaterialTextFieldModeEnum Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : MaterialTextFieldModeEnum Enumeration
Represents how the watermark in the MaterialTextField control will behave when the control receives the focus.
Syntax
'Declaration
 
Public Enum MaterialTextFieldModeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As MaterialTextFieldModeEnum
public enum MaterialTextFieldModeEnum : System.Enum 
Members
MemberDescription
DisabledThe watermark remains up and does not animate.
OnFocusThe watermark will move up when the control is focused.
OnTypingThe watermark will move up when the control us focused and the user starts typing.
Remarks

 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.MaterialTextFieldModeEnum

Requirements

Target Platforms: Windows 11, Windows 10, 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

Xceed.Wpf.Toolkit Namespace