Läs på engelska

Dela via


View.TextAlignmentTextEnd 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 end of the paragraph, e.

C#
[Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_END")]
[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 TextAlignmentTextEnd = 3;

Field Value

Value = 3
Attributes

Remarks

Align to the end of the paragraph, e.g. ALIGN_OPPOSITE.

Use with #setTextAlignment(int)

Java documentation for android.view.View.TEXT_ALIGNMENT_TEXT_END.

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

Produkt Versioner (Föråldrad)
.NET for Android (.NET for Android API 34, .NET for Android API 35)