Class ContainerType
The Container type defines different container type for dataform item in textinputlayout such as outlined, none, filled.
Inheritance
System.Object
ContainerType
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public sealed class ContainerType : Enum
Fields
Filled
Background of the Editor view will be filled with container color.
Declaration
public const ContainerType Filled
Field Value
Type |
---|
ContainerType |
None
Background of the Editor view will be left unchanged.
Declaration
public const ContainerType None
Field Value
Type |
---|
ContainerType |
Outlined
Background of the container will be transparent, and the container will be covered with a rounded-corner border.
Declaration
public const ContainerType Outlined
Field Value
Type |
---|
ContainerType |