언어

ProgressBar.SecondaryProgressTintBlendMode 속성

정의

지정된 경우 보조 진행률 그리기에 색조를 적용하는 데 사용되는 혼합 모드를 반환합니다. -또는- }로 지정된 #setSecondaryProgressTintList(ColorStateList)색조를 보조 진행률 표시기에 적용하는 데 사용되는 혼합 모드를 지정합니다.

public virtual Android.Graphics.BlendMode? SecondaryProgressTintBlendMode { [Android.Runtime.Register("getSecondaryProgressTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetSecondaryProgressTintBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setSecondaryProgressTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetSecondaryProgressTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getSecondaryProgressTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetSecondaryProgressTintBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setSecondaryProgressTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetSecondaryProgressTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.SecondaryProgressTintBlendMode : Android.Graphics.BlendMode with get, set

속성 값

색조를 보조 진행률 그리기에 적용하는 데 사용되는 혼합 모드

특성

설명

속성 getter 설명서:

지정된 경우 보조 진행률 그리기에 색조를 적용하는 데 사용되는 혼합 모드를 반환합니다.

에 대한 android.widget.ProgressBar.getSecondaryProgressTintBlendMode()Java 설명서

속성 setter 설명서:

}로 지정된 #setSecondaryProgressTintList(ColorStateList)색조를 보조 진행률 표시기에 적용하는 데 사용되는 혼합 모드를 지정합니다. 기본 모드는 .입니다 PorterDuff.Mode#SRC_ATOP.

에 대한 android.widget.ProgressBar.setSecondaryProgressTintBlendMode(android.graphics.BlendMode)Java 설명서

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

적용 대상