The properties of Java.Text.Bidi are listed below. For a list of all members, see the Bidi Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | BaseLevel | int. Returns the base level. |
[read-only] | IsLeftToRight | bool. Returns true if the text is from left to right, that is, both the base direction and the text direction is from left to right. |
[read-only] | IsMixed | bool. Returns true if the text direction is mixed. |
[read-only] | IsRightToLeft | bool. Returns true if the text is from right to left, that is, both the base direction and the text direction is from right to left. |
[read-only] | Length | int. Returns the length of the text. |
[read-only] | RunCount | int. Returns the number of runs in the text, at least 1. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |