menu

WinUI

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

    Show / Hide Table of Contents

    Class NumberBoxAutomationPeer

    Exposes SfNumberBox control to UI Automation.

    Inheritance
    System.Object
    NumberBoxAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class NumberBoxAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider

    Constructors

    NumberBoxAutomationPeer(SfNumberBox)

    Initializes a new instance of the NumberBoxAutomationPeer class.

    Declaration
    public NumberBoxAutomationPeer(SfNumberBox control)
    Parameters
    Type Name Description
    SfNumberBox control

    The SfNumberBox control.

    Properties

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type
    System.Boolean

    LargeChange

    Declaration
    public double LargeChange { get; }
    Property Value
    Type
    System.Double

    Maximum

    Declaration
    public double Maximum { get; }
    Property Value
    Type
    System.Double

    Minimum

    Declaration
    public double Minimum { get; }
    Property Value
    Type
    System.Double

    SmallChange

    Declaration
    public double SmallChange { get; }
    Property Value
    Type
    System.Double

    Methods

    GetAutomationControlTypeCore()

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    GetNameCore()

    Declaration
    protected override string GetNameCore()
    Returns
    Type
    System.String

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    SetValue(Double)

    Declaration
    public void SetValue(double value)
    Parameters
    Type Name Description
    System.Double value

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved