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