Bidi.Rtl 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.
Right-to-left text.
[Android.Runtime.Register("RTL", ApiSince=29)]
public const sbyte Rtl = 1;
[<Android.Runtime.Register("RTL", ApiSince=29)>]
val mutable Rtl : sbyte
Field Value
Value = 1- Attributes
Remarks
Right-to-left text. <ul> <li>As return value for getDirection()
, it means that the source string contains no left-to-right characters, or that the source string is empty and the paragraph level is odd. <li>As return value for getBaseDirection()
, it means that the first strong character of the source string has a right-to-left direction. </ul>
Java documentation for android.icu.text.Bidi.RTL
.
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.