View.TextAlignmentViewStart Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.

Align to the start of the view, which is ALIGN_LEFT if the view's resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise.

[Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_START")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)]
public const Android.Views.TextAlignment TextAlignmentViewStart = 5;
[<Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_START")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)>]
val mutable TextAlignmentViewStart : Android.Views.TextAlignment

Field Value

Value = 5
Attributes

Remarks

Align to the start of the view, which is ALIGN_LEFT if the view's resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise.

Use with #setTextAlignment(int)

Java documentation for android.view.View.TEXT_ALIGNMENT_VIEW_START.

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