menu

MAUI

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

    Show / Hide Table of Contents

    Class TextInputLayoutViewPosition

    Defines the constants for text input layout leading and trailing view position that specifies whether the position is outside or inside.

    Inheritance
    System.Object
    TextInputLayoutViewPosition
    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public sealed class TextInputLayoutViewPosition : Enum

    Fields

    Inside

    Place the leading or trailing view inside the layout.

    Declaration
    public const TextInputLayoutViewPosition Inside
    Field Value
    Type
    TextInputLayoutViewPosition

    Outside

    Place the leading or trailing view outside the layout.

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