WinUI

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

    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 Description
    NumberBoxUpDownPlacementMode

    Hidden

    The spin buttons are not displayed.

    Declaration
    public const NumberBoxUpDownPlacementMode Hidden
    Field Value
    Type Description
    NumberBoxUpDownPlacementMode

    Inline

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

    Declaration
    public const NumberBoxUpDownPlacementMode Inline
    Field Value
    Type Description
    NumberBoxUpDownPlacementMode

    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