Class HintFloatMode
Specifies the floating mode for hint label.
Inheritance
System.Object
HintFloatMode
Namespace: Syncfusion.UI.Xaml.TextInputLayout
Assembly: Syncfusion.SfTextInputLayout.WPF.dll
Syntax
public sealed class HintFloatMode : Enum
Fields
AlwaysFloat
Fit the hint label always at the top even when the input view text is empty.
Declaration
public const HintFloatMode AlwaysFloat
Field Value
Type |
---|
HintFloatMode |
Float
Float the hint label when it is focused or unfocused.
Declaration
public const HintFloatMode Float
Field Value
Type |
---|
HintFloatMode |
None
Specifies that the hint label is not to be floated.
Declaration
public const HintFloatMode None
Field Value
Type |
---|
HintFloatMode |