Android.Text.Method.SingleLineTransformationMethod Members

The members of Android.Text.Method.SingleLineTransformationMethod are listed below.

See Also: Inherited members from Android.Text.Method.ReplacementTransformationMethod

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

override
GetOriginal() : char[]
The characters to be replaced are \n and \r.
override
GetReplacement() : char[]
The character \n is replaced with is space; the character \r is replaced with is FEFF (zero width space).