다음을 통해 공유


TextView.CompoundDrawableTintMode 속성

정의

지정된 경우 복합 그리기 개체에 색조를 적용하는 데 사용되는 혼합 모드를 반환합니다. -또는- 복합 그리기 개체에 지정된 #setCompoundDrawableTintList(ColorStateList) 색조를 적용하는 데 사용되는 혼합 모드를 지정합니다.

public virtual Android.Graphics.PorterDuff.Mode? CompoundDrawableTintMode { [Android.Runtime.Register("getCompoundDrawableTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetCompoundDrawableTintModeHandler", ApiSince=23)] get; [Android.Runtime.Register("setCompoundDrawableTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetCompoundDrawableTintMode_Landroid_graphics_PorterDuff_Mode_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getCompoundDrawableTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetCompoundDrawableTintModeHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setCompoundDrawableTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetCompoundDrawableTintMode_Landroid_graphics_PorterDuff_Mode_Handler", ApiSince=23)>]
member this.CompoundDrawableTintMode : Android.Graphics.PorterDuff.Mode with get, set

속성 값

복합 그리기 개체에 색조를 적용하는 데 사용되는 혼합 모드

특성

설명

속성 getter 설명서:

에 대한 android.widget.TextView.getCompoundDrawableTintMode()Java 설명서

속성 setter 설명서:

에 대한 android.widget.TextView.setCompoundDrawableTintMode(android.graphics.Mode)Java 설명서

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

적용 대상