Share via


TextDirectionHeuristics.AnyrtlLtr Property

Definition

If the text contains any strong right to left non-format character, determines that the direction is right to left, falling back to left to right if it finds none.

[Android.Runtime.Register("ANYRTL_LTR")]
public static Android.Text.ITextDirectionHeuristic? AnyrtlLtr { get; }
[<Android.Runtime.Register("ANYRTL_LTR")>]
static member AnyrtlLtr : Android.Text.ITextDirectionHeuristic

Property Value

Attributes

Remarks

If the text contains any strong right to left non-format character, determines that the direction is right to left, falling back to left to right if it finds none.

Java documentation for android.text.TextDirectionHeuristics.ANYRTL_LTR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to