Enumerates values returned by several types.
Syntax
public enum TextDirection
Remarks
Enumerates value returned by the following:
.
Members
Member Name | Description |
---|
AnyRtl | Text direction is using "any-RTL" algorithm. The paragraph direction is RTL if it contains
any strong RTL character, otherwise it is LTR if it contains any strong LTR characters.
If there are neither, the paragraph direction is the view's resolved layout direction.
|
FirstStrong | Text direction is using "first strong algorithm". The first strong directional character
determines the paragraph direction. If there is no strong directional character, the
paragraph direction is the view's resolved layout direction.
|
Inherit | Text direction is inherited thru Android.Views.ViewGroup |
Locale | Text direction is coming from the system Locale.
|
Ltr | Text direction is forced to LTR.
|
Rtl | Text direction is forced to RTL.
|
Requirements
Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0