Bidi.BaseLevel Property

Definition

Return the base level (0 if left-to-right, 1 if right-to-left).

public int BaseLevel { [Android.Runtime.Register("getBaseLevel", "()I", "")] get; }
[<get: Android.Runtime.Register("getBaseLevel", "()I", "")>]
member this.BaseLevel : int

Property Value

the base level

Attributes

Remarks

Return the base level (0 if left-to-right, 1 if right-to-left).

Java documentation for java.text.Bidi.getBaseLevel().

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.

Applies to