Class ViewPosition
Specifies the position of the leading and trailing views in the SfTextInputLayout.
Inheritance
System.Object
ViewPosition
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class ViewPosition : Enum
Fields
Inside
Position the view inside the layout region.
Declaration
public const ViewPosition Inside
Field Value
Type |
---|
ViewPosition |
Outside
Position the view outside the layout region.
Declaration
public const ViewPosition Outside
Field Value
Type |
---|
ViewPosition |