UISlider.ThumbTintColor Property

Definition

This is the color that will be used to tint the thumb images.

public virtual UIKit.UIColor ThumbTintColor { [Foundation.Export("thumbTintColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setThumbTintColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.ThumbTintColor : UIKit.UIColor with get, set

Property Value

This value can be null.

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to