TextEditOptions.TextEditOptions

TextEditOptions(NoCharacterAction)

Initializes new instance of the TextEditOptions object for the specified no-character behavior mode.

public TextEditOptions(NoCharacterAction noCharacterBehavior)
ParameterTypeDescription
noCharacterBehaviorNoCharacterActionNo-character behavior mode object.

See Also


TextEditOptions(FontReplace)

Initializes new instance of the TextEditOptions object for the specified font replacement behavior mode.

public TextEditOptions(FontReplace fontReplaceBehavior)
ParameterTypeDescription
fontReplaceBehaviorFontReplaceFont replace behavior object.

See Also


TextEditOptions(bool)

Initializes new instance of the TextEditOptions object for the specified language transformation permission.

public TextEditOptions(bool allowLanguageTransformation)
ParameterTypeDescription
allowLanguageTransformationBooleanAllows language transformation if set to true.

See Also


TextEditOptions(LanguageTransformation)

Initializes new instance of the TextEditOptions object for the specified language transformation behavior mode.

public TextEditOptions(LanguageTransformation languageTransformationBehavior)
ParameterTypeDescription
languageTransformationBehaviorLanguageTransformationlanguage transformation behavior object.

See Also