Xamarin.Forms

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

    Show / Hide Table of Contents

    Class LayoutType

    The layout type contains different type of layout options for dataform item such as default and textinputlayout.

    Inheritance
    System.Object
    LayoutType
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public sealed class LayoutType : Enum

    Fields

    Default

    Layout the DataFormItem editor view and label in stacklayout.

    Declaration
    public const LayoutType Default
    Field Value
    Type Description
    LayoutType

    TextInputLayout

    Layout the DataFormItem editor view and label icon in textinputlayout.

    Declaration
    public const LayoutType TextInputLayout
    Field Value
    Type Description
    LayoutType

    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