Android.Text.ISpannable
This is the interface for text to which markup objects can be attached and detached.

See Also: ISpannable Members

Syntax

[Android.Runtime.Register("android/text/Spannable", "", "Android.Text.ISpannableInvoker")]
public interface ISpannable : ISpanned, IEnumerable<char>, IDisposable

Remarks

This is the interface for text to which markup objects can be attached and detached. Not all Spannable classes have mutable text; see Android.Text.IEditable for that.

[Android Documentation]

Requirements

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