menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContainerType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved