Slider.ThumbImage Property

Definition

Caution

ThumbImage is obsolete as of 4.0.0. Please use ThumbImageSource instead.

Gets or sets the image to use for the slider thumb button.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("ThumbImage is obsolete as of 4.0.0. Please use ThumbImageSource instead.")]
public Xamarin.Forms.FileImageSource ThumbImage { get; set; }
member this.ThumbImage : Xamarin.Forms.FileImageSource with get, set

Property Value

The image to use for the slider thumb button.

Attributes

Applies to