Android.Views.InputMethods.ExtractedText.PartialEndOffset Property
If the content is a report of a partial text change, this is the offset where the change ends.

Syntax

[Android.Runtime.Register("partialEndOffset")]
public int PartialEndOffset { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If the content is a report of a partial text change, this is the offset where the change ends. Note that the actual text may be larger or smaller than the difference between this and ExtractedText.PartialStartOffset, meaning a reduction or increase, respectively, in the total text.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3