Android.Text.TextDirectionHeuristics: Property Members

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

Public Properties

[read-only]
static
AnyrtlLtrITextDirectionHeuristic. 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
FirststrongLtrITextDirectionHeuristic. 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
FirststrongRtlITextDirectionHeuristic. 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
LocaleITextDirectionHeuristic. Force the paragraph direction to the Locale direction.
[read-only]
static
LtrITextDirectionHeuristic. Always decides that the direction is left to right.
[read-only]
static
RtlITextDirectionHeuristic. Always decides that the direction is right to left.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.