Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    ContainerType

    None

    Background of the Editor view will be left unchanged.

    Declaration
    public const ContainerType None
    Field Value
    Type Description
    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 Description
    ContainerType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved