Gets or sets the keyboard type that will appear when the user set the focus in the numeric box.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public InputScope InputScope { get; set; }
Visual Basic
Public Property InputScope As InputScope
	Get
	Set
XAML Attribute Usage
<object InputScope="InputScope" .../>

Remarks

See http://msdn.microsoft.com/en-us/library/system.windows.input.inputscopenamevalue(v=vs.95).aspx for more information.

See Also