Bidi.ReorderInverseLikeDirect Field
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.
Reordering mode: Visual to Logical algorithm equivalent to the regular Logical to Visual algorithm.
[Android.Runtime.Register("REORDER_INVERSE_LIKE_DIRECT", ApiSince=29)]
public const short ReorderInverseLikeDirect = 5;
[<Android.Runtime.Register("REORDER_INVERSE_LIKE_DIRECT", ApiSince=29)>]
val mutable ReorderInverseLikeDirect : int16
Field Value
Value = 5- Attributes
Remarks
Reordering mode: Visual to Logical algorithm equivalent to the regular Logical to Visual algorithm.
Java documentation for android.icu.text.Bidi.REORDER_INVERSE_LIKE_DIRECT
.
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.