View.TextAlignmentGravity 필드

정의

주의

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

루트 뷰의 기본값입니다.

[Android.Runtime.Register("TEXT_ALIGNMENT_GRAVITY")]
[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 TextAlignmentGravity = 1;
[<Android.Runtime.Register("TEXT_ALIGNMENT_GRAVITY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)>]
val mutable TextAlignmentGravity : Android.Views.TextAlignment

필드 값

Value = 1
특성

설명

루트 뷰의 기본값입니다. 중력은 각 단락의 텍스트 방향을 기준으로 텍스트 맞춤, ALIGN_NORMAL, ALIGN_CENTER 또는 ALIGN_OPPOSITE 결정합니다.

#setTextAlignment(int)와 함께 사용

에 대한 android.view.View.TEXT_ALIGNMENT_GRAVITYJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상