The properties of Android.Text.TextDirectionHeuristics are listed below. For a list of all members, see the TextDirectionHeuristics Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] static | AnyrtlLtr | ITextDirectionHeuristic. 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. |
[read-only] static | FirststrongLtr | ITextDirectionHeuristic. Determines the direction based on the first strong directional character, including bidi format chars, falling back to left to right if it finds none. |
[read-only] static | FirststrongRtl | ITextDirectionHeuristic. Determines the direction based on the first strong directional character, including bidi format chars, falling back to right to left if it finds none. |
[read-only] static | Locale | ITextDirectionHeuristic. Force the paragraph direction to the Locale direction. |
[read-only] static | Ltr | ITextDirectionHeuristic. Always decides that the direction is left to right. |
[read-only] static | Rtl | ITextDirectionHeuristic. Always decides that the direction is right to left. |
[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. |