Android.Widget.ProgressBar.SecondaryProgressTintMode Property
Returns the blending mode used to apply the tint to the secondary progress drawable, if specified.

Syntax

[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")]
public virtual Android.Graphics.PorterDuff.Mode SecondaryProgressTintMode { get; set; }

See Also

ProgressBar.SecondaryProgressTintMode
ProgressBar.SecondaryProgressTintList
Android.Graphics.Drawables.Drawable.SetTintMode(.Mode)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

Specifies the blending mode used to apply the tint specified by ProgressBar.SecondaryProgressTintList} to the secondary progress indicator. The default mode is NoType:android/graphics/PorterDuff$Mode;Href=../../../reference/android/graphics/PorterDuff.Mode.html#SRC_ATOP.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1