menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContainerType - API Reference

    Show / Hide Table of Contents

    Class ContainerType

    Specifies the background appearance of SfTextInputLayout. Containers improve the discoverability of input view.

    Inheritance
    System.Object
    ContainerType
    Namespace: Syncfusion.XForms.TextInputLayout
    Assembly: Syncfusion.Core.XForms.dll
    Syntax
    public sealed class ContainerType : Enum

    Fields

    Filled

    Draws a base line.

    Declaration
    public const ContainerType Filled
    Field Value
    Type Description
    ContainerType

    None

    Contains no background and compact spacing.

    Declaration
    public const ContainerType None
    Field Value
    Type Description
    ContainerType

    Outlined

    Draws a border around the SfTextInputLayout.

    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 - 2023 Syncfusion Inc. All Rights Reserved