Freigeben über


CoreTextEditContext.InputScope Eigenschaft

Definition

Ruft einen Wert ab, der den Eingabebereich des Texteingabesteuerelements angibt, oder legt diesen fest.

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

Eigenschaftswert

Einer der CoreTextInputScope-Enumerationswerte . Der Standardwert ist Standard.

Gilt für: