Java.Text.IAttributedCharacterIterator.GetRunLimit Method
Returns the index of the last character in the run that has the same attribute value for the given attribute as the current character.

Syntax

[Android.Runtime.Register("getRunLimit", "(Ljava/text/AttributedCharacterIterator$Attribute;)I", "GetGetRunLimit_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetRunLimit (AttributedCharacterIteratorAttribute attribute)

Parameters

attribute
the attribute which the run is based on.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the index of the last character in the run that has the same attribute value for the given attribute as the current character.

[Android Documentation]

Requirements

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