ProgressBar.SecondaryProgressTintMode Property

Definition

Returns the blending mode used to apply the tint to the secondary progress drawable, if specified.

public virtual Android.Graphics.PorterDuff.Mode? SecondaryProgressTintMode { [Android.Runtime.Register("getSecondaryProgressTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetSecondaryProgressTintModeHandler")] get; [Android.Runtime.Register("setSecondaryProgressTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetSecondaryProgressTintMode_Landroid_graphics_PorterDuff_Mode_Handler")] set; }
[<get: Android.Runtime.Register("getSecondaryProgressTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetSecondaryProgressTintModeHandler")>]
[<set: Android.Runtime.Register("setSecondaryProgressTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetSecondaryProgressTintMode_Landroid_graphics_PorterDuff_Mode_Handler")>]
member this.SecondaryProgressTintMode : Android.Graphics.PorterDuff.Mode with get, set

Property Value

the blending mode used to apply the tint to the secondary progress drawable

Attributes

Remarks

Java documentation for android.widget.ProgressBar.getSecondaryProgressTintMode().

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

See also