Class TextInputLayoutContainerType
Defines the constants for text input layout container type that specifies whether the container type is None, Filled or Outlined.
Inheritance
System.Object
TextInputLayoutContainerType
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class TextInputLayoutContainerType : Enum
Fields
Filled
Specifies the filled container type.
Declaration
public const TextInputLayoutContainerType Filled
Field Value
Type |
---|
TextInputLayoutContainerType |
None
Specifies the none container type.
Declaration
public const TextInputLayoutContainerType None
Field Value
Type |
---|
TextInputLayoutContainerType |
Outlined
Specifies the outlined container type.
Declaration
public const TextInputLayoutContainerType Outlined
Field Value
Type |
---|
TextInputLayoutContainerType |