menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumberBoxUpDownPlacementMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumberBoxUpDownPlacementMode

    Defines values that specify how the spin buttons used to increment or decrement the Value of a SfNumberBox are displayed.

    Inheritance
    System.Object
    NumberBoxUpDownPlacementMode
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class NumberBoxUpDownPlacementMode : Enum

    Fields

    Compact

    The spin buttons have two visual states, depending on focus. By default, the spin buttons are displayed in a compact, vertical orientation. When the NumberBox gets focus, the spin buttons expand.

    Declaration
    public const NumberBoxUpDownPlacementMode Compact
    Field Value
    Type
    NumberBoxUpDownPlacementMode

    Hidden

    The spin buttons are not displayed.

    Declaration
    public const NumberBoxUpDownPlacementMode Hidden
    Field Value
    Type
    NumberBoxUpDownPlacementMode

    Inline

    The spin buttons are displayed in an expanded, horizontal orientation.

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