menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PickerTextDisplayMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PickerTextDisplayMode

    Defines the text display mode for the picker.

    Inheritance
    System.Object
    PickerTextDisplayMode
    Namespace: Syncfusion.Maui.Picker
    Assembly: Syncfusion.Maui.Picker.dll
    Syntax
    public sealed class PickerTextDisplayMode : Enum

    Fields

    Default

    Represents the picker items in default mode.

    Declaration
    public const PickerTextDisplayMode Default
    Field Value
    Type
    PickerTextDisplayMode
    Remarks

    The default font size for the picker Text is 14, and the text color is white. The default text color for unselected items is black.

    Fade

    Represents the picker items in fade mode.

    Declaration
    public const PickerTextDisplayMode Fade
    Field Value
    Type
    PickerTextDisplayMode
    Remarks

    The default text display color will fade from the selected item.

    FadeAndShrink

    Represents the picker items in fade and shrink mode.

    Declaration
    public const PickerTextDisplayMode FadeAndShrink
    Field Value
    Type
    PickerTextDisplayMode
    Remarks

    The text display color will fade, and the text font size will be reduced from the selected item.

    Shrink

    Represents the picker items in shrink mode.

    Declaration
    public const PickerTextDisplayMode Shrink
    Field Value
    Type
    PickerTextDisplayMode
    Remarks

    The text font size will be reduced from the selected item, while the text color remains the same.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved