다음을 통해 공유


View.TextDirection 속성

정의

확인된 텍스트 방향을 반환합니다. -또는- 텍스트 방향을 설정합니다.

public virtual Android.Views.TextDirection TextDirection { [Android.Runtime.Register("getTextDirection", "()I", "GetGetTextDirectionHandler")] get; [Android.Runtime.Register("setTextDirection", "(I)V", "GetSetTextDirection_IHandler")] set; }
[<get: Android.Runtime.Register("getTextDirection", "()I", "GetGetTextDirectionHandler")>]
[<set: Android.Runtime.Register("setTextDirection", "(I)V", "GetSetTextDirection_IHandler")>]
member this.TextDirection : Android.Views.TextDirection with get, set

속성 값

확인된 텍스트 방향입니다. 다음 중 하나를 반환합니다.

        <code data-dev-comment-type="c">#TEXT_DIRECTION_FIRST_STRONG</code>,
        <code data-dev-comment-type="c">#TEXT_DIRECTION_ANY_RTL</code>,
        <code data-dev-comment-type="c">#TEXT_DIRECTION_LTR</code>,
        <code data-dev-comment-type="c">#TEXT_DIRECTION_RTL</code>,
        <code data-dev-comment-type="c">#TEXT_DIRECTION_LOCALE</code>,
        <code data-dev-comment-type="c">#TEXT_DIRECTION_FIRST_STRONG_LTR</code>,
        <code data-dev-comment-type="c">#TEXT_DIRECTION_FIRST_STRONG_RTL</code>
특성

설명

속성 getter 설명서:

확인된 텍스트 방향을 반환합니다.

에 대한 android.view.View.getTextDirection()Java 설명서

속성 setter 설명서:

텍스트 방향을 설정합니다.

에 대한 android.view.View.setTextDirection(int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상