Enum HintFloatMode
Specifies the floating mode for hint label.
Namespace: Syncfusion.UI.Xaml.TextInputLayout
Assembly: Syncfusion.SfTextInputLayout.WPF.dll
Syntax
public enum HintFloatMode
Fields
| Name | Description |
|---|---|
| AlwaysFloat | Fit the hint label always at the top even when the input view text is empty. |
| Float | Float the hint label when it is focused or unfocused. |
| None | Specifies that the hint label is not to be floated. |