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
Outside
Place the leading or trailing view outside the layout.
Declaration
public const TextInputLayoutViewPosition Outside