AbsSeekBar.TickMarkTintMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the blending mode used to apply the tint to the tick mark drawable, if specified.
public virtual Android.Graphics.PorterDuff.Mode? TickMarkTintMode { [Android.Runtime.Register("getTickMarkTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetTickMarkTintModeHandler", ApiSince=24)] get; [Android.Runtime.Register("setTickMarkTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetTickMarkTintMode_Landroid_graphics_PorterDuff_Mode_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getTickMarkTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetTickMarkTintModeHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setTickMarkTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetTickMarkTintMode_Landroid_graphics_PorterDuff_Mode_Handler", ApiSince=24)>]
member this.TickMarkTintMode : Android.Graphics.PorterDuff.Mode with get, set
Property Value
the blending mode used to apply the tint to the tick mark drawable
- Attributes
Remarks
Java documentation for android.widget.AbsSeekBar.getTickMarkTintMode()
.
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.