Bidi.IsMixed Property

Definition

Return true if the line is not left-to-right or right-to-left.

public bool IsMixed { [Android.Runtime.Register("isMixed", "()Z", "")] get; }
[<get: Android.Runtime.Register("isMixed", "()Z", "")>]
member this.IsMixed : bool

Property Value

true if the line is not left-to-right or right-to-left.

Attributes

Remarks

Return true if the line is not left-to-right or right-to-left. This means it either has mixed runs of left-to-right and right-to-left text, or the base direction differs from the direction of the only run of text.

Java documentation for java.text.Bidi.isMixed().

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