Share via


TextDirectionHeuristics.Ltr Property

Definition

Always decides that the direction is left to right.

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

Property Value

Attributes

Remarks

Always decides that the direction is left to right.

Java documentation for android.text.TextDirectionHeuristics.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