Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / InputScope Property

In This Topic
    InputScope Property
    In This Topic
    Gets or sets the keyboard type that will appear when the user set the focus in the numeric box.
    Syntax
    'Declaration
     
    
    Public Property InputScope As InputScope
    public InputScope InputScope {get; set;}
    Remarks
    See http://msdn.microsoft.com/en-us/library/system.windows.input.inputscopenamevalue(v=vs.95).aspx for more information.
    See Also