Share via


CoreTextEditContext.InputScope 属性

定义

获取或设置一个值,该值指示文本输入控件的输入范围。

public:
 property CoreTextInputScope InputScope { CoreTextInputScope get(); void set(CoreTextInputScope value); };
CoreTextInputScope InputScope();

void InputScope(CoreTextInputScope value);
public CoreTextInputScope InputScope { get; set; }
var coreTextInputScope = coreTextEditContext.inputScope;
coreTextEditContext.inputScope = coreTextInputScope;
Public Property InputScope As CoreTextInputScope

属性值

CoreTextInputScope 枚举值之一。 默认值为 Default

适用于