CoreTextEditContext.InputScope 속성

정의

텍스트 입력 컨트롤의 입력 scope 나타내는 값을 가져오거나 설정합니다.

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 열거형 값 중 하나입니다. 기본값은 기본값입니다.

적용 대상