alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved