Class ContainerType
Specifies the background appearance of SfTextInputLayout. Containers improve the discoverability of input view.
Inheritance
System.Object
ContainerType
Namespace: Syncfusion.XForms.TextInputLayout
Assembly: Syncfusion.Core.XForms.dll
Syntax
public sealed class ContainerType : Enum
Fields
Filled
Draws a base line.
Declaration
public const ContainerType Filled
Field Value
Type |
---|
ContainerType |
None
Contains no background and compact spacing.
Declaration
public const ContainerType None
Field Value
Type |
---|
ContainerType |
Outlined
Draws a border around the SfTextInputLayout.
Declaration
public const ContainerType Outlined
Field Value
Type |
---|
ContainerType |