Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelPosition

    Show / Hide Table of Contents

    Class LabelPosition

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

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

    Fields

    Left

    Layout the label at the left of editor.

    Declaration
    public const LabelPosition Left
    Field Value
    Type Description
    LabelPosition

    Top

    Layout the label at the top of editor.

    Declaration
    public const LabelPosition Top
    Field Value
    Type Description
    LabelPosition

    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