Class ViewPosition
Specifies the positioning of leading and trailing views within the SfTextInputLayout.
Inheritance
System.Object
    ViewPosition
  Namespace: Syncfusion.Maui.Toolkit.TextInputLayout
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class ViewPosition : Enum
  Fields
Inside
Places the view within the layout's boundaries.
Declaration
public const ViewPosition Inside
  Field Value
| Type | 
|---|
| ViewPosition | 
Outside
Positions the view outside the layout's boundaries.
Declaration
public const ViewPosition Outside
  Field Value
| Type | 
|---|
| ViewPosition |