Bidi.DirectionLeftToRight 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.
Constant indicating base direction is left-to-right.
[Android.Runtime.Register("DIRECTION_LEFT_TO_RIGHT")]
public const int DirectionLeftToRight = 0;
[<Android.Runtime.Register("DIRECTION_LEFT_TO_RIGHT")>]
val mutable DirectionLeftToRight : int
Field Value
Value = 0- Attributes
Remarks
Constant indicating base direction is left-to-right.
Java documentation for java.text.Bidi.DIRECTION_LEFT_TO_RIGHT
.
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.