Android.Text.Style.CharacterStyle.Wrap Method
A given CharacterStyle can only applied to a single region of a given Spanned.

Syntax

[Android.Runtime.Register("wrap", "(Landroid/text/style/CharacterStyle;)Landroid/text/style/CharacterStyle;", "")]
public static CharacterStyle Wrap (CharacterStyle cs)

Parameters

cs
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

A given CharacterStyle can only applied to a single region of a given Spanned. If you need to attach the same CharacterStyle to multiple regions, you can use this method to wrap it with a new object that will have the same effect but be a distinct object so that it can also be attached without conflict.

[Android Documentation]

Requirements

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