Bidi.IsMixed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.