menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FloatLabelType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FloatLabelType

    Defines floating label type of the input and decides how the label should float on the input.

    Inheritance
    System.Object
    FloatLabelType
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FloatLabelType : Enum

    Fields

    Always

    The placeholder text floats above the input always.

    Declaration
    public const FloatLabelType Always
    Field Value
    Type
    FloatLabelType

    Auto

    The placeholder text floats above the input while focusing or enter a value in input.

    Declaration
    public const FloatLabelType Auto
    Field Value
    Type
    FloatLabelType

    Never

    The placeholder text should not be float ever.

    Declaration
    public const FloatLabelType Never
    Field Value
    Type
    FloatLabelType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved