Android.Text.TextDirectionHeuristics.FirststrongRtl Property
Determines the direction based on the first strong directional character, including bidi format chars, falling back to right to left if it finds none.

Syntax

[Android.Runtime.Register("FIRSTSTRONG_RTL")]
public static ITextDirectionHeuristic FirststrongRtl { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Determines the direction based on the first strong directional character, including bidi format chars, falling back to right to left if it finds none. This is similar to the default behavior of the Unicode Bidirectional Algorithm, just with different fallback behavior.

[Android Documentation]

Requirements

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