Class ViewPosition
Defines the constants for TextInputLayout that specifies whether to layout the leading view or trailing view inside or outside the container.
Inheritance
System.Object
ViewPosition
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public sealed class ViewPosition : Enum
Fields
Inside
Positions the view inside the container of textinputlayout.
Declaration
public const ViewPosition Inside
Field Value
Type |
---|
ViewPosition |
Outside
Positions the view outside the container of textinputlayout.
Declaration
public const ViewPosition Outside
Field Value
Type |
---|
ViewPosition |