Android.Text.Method.ITransformationMethod
TextView uses TransformationMethods to do things like replacing the characters of passwords with dots, or keeping the newline characters from causing line breaks in single-line text fields.

See Also: ITransformationMethod Members

Syntax

[Android.Runtime.Register("android/text/method/TransformationMethod", "", "Android.Text.Method.ITransformationMethodInvoker")]
public interface ITransformationMethod : Android.Runtime.IJavaObject, IDisposable

Remarks

TextView uses TransformationMethods to do things like replacing the characters of passwords with dots, or keeping the newline characters from causing line breaks in single-line text fields.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1