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
None
Specifies the none container type.
Declaration
public const TextInputLayoutContainerType None
Field Value
Outlined
Specifies the outlined container type.
Declaration
public const TextInputLayoutContainerType Outlined