menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SpinButtonAlignment

    Contains the values for the SpinButtonAlignment enumeration that determines the placement of the increment and decrement button.

    Inheritance
    System.Object
    SpinButtonAlignment
    Namespace: Syncfusion.SfNumericUpDown.XForms
    Assembly: Syncfusion.SfNumericUpDown.XForms.dll
    Syntax
    public sealed class SpinButtonAlignment : Enum

    Fields

    Both

    Represents the increment and decrement button at right side and left side of the user input field respectively.

    Declaration
    public const SpinButtonAlignment Both
    Field Value
    Type
    SpinButtonAlignment

    Left

    Represents the increment and decrement button at left side of the user input field.

    Declaration
    public const SpinButtonAlignment Left
    Field Value
    Type
    SpinButtonAlignment

    Right

    Represents the increment and decrement button at right side of the user input field.

    Declaration
    public const SpinButtonAlignment Right
    Field Value
    Type
    SpinButtonAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved