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

Syntax

[Android.Runtime.Register("FIRSTSTRONG_LTR")]
public static ITextDirectionHeuristic FirststrongLtr { 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 left to right if it finds none. This is the default behavior of the Unicode Bidirectional Algorithm.

[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