Class ContainerType
Defines the background appearance options for the SfTextInputLayout.
Inheritance
System.Object
ContainerType
Namespace: Syncfusion.Maui.Toolkit.TextInputLayout
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class ContainerType : Enum
Fields
Filled
Shows a filled background with a baseline.
Declaration
public const ContainerType Filled
Field Value
Type |
---|
ContainerType |
None
Applies no background and uses compact spacing.
Declaration
public const ContainerType None
Field Value
Type |
---|
ContainerType |
Outlined
Displays a border around the input layout.
Declaration
public const ContainerType Outlined
Field Value
Type |
---|
ContainerType |