Android.Views.InputMethods.ExtractedText.PartialStartOffset Property
If the content is a report of a partial text change, this is the offset where the change starts and it runs until ExtractedText.PartialEndOffset.

Syntax

[Android.Runtime.Register("partialStartOffset")]
public int PartialStartOffset { 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 starts and it runs until ExtractedText.PartialEndOffset. If the content is the full text, this field is -1.

[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