MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormLabelPosition

    Show / Hide Table of Contents

    Class DataFormLabelPosition

    Defines the constants for label position that specifies whether to layout the label at left or top of editor.

    Inheritance
    System.Object
    DataFormLabelPosition
    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public sealed class DataFormLabelPosition : Enum

    Fields

    Left

    Layout the label at the left of editor.

    Declaration
    public const DataFormLabelPosition Left
    Field Value
    Type Description
    DataFormLabelPosition

    Top

    Layout the label at the top of editor.

    Declaration
    public const DataFormLabelPosition Top
    Field Value
    Type Description
    DataFormLabelPosition

    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