menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class UpDownButtonAlignment - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UpDownButtonAlignment

    Used to align both icons at the left or right edge, or to align the down icon at the left and the up icon at the right.

    Inheritance
    System.Object
    UpDownButtonAlignment
    Namespace: Syncfusion.Maui.Toolkit.NumericUpDown
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class UpDownButtonAlignment : Enum

    Fields

    Both

    Spin buttons are positioned at the extreme ends.

    Declaration
    public const UpDownButtonAlignment Both
    Field Value
    Type
    UpDownButtonAlignment

    Left

    Both the Spin buttons are positioned at the Left.

    Declaration
    public const UpDownButtonAlignment Left
    Field Value
    Type
    UpDownButtonAlignment

    Right

    Both the Spin buttons are positioned at the Right.

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