UISlider.MinimumTrackTintColor Property
Definition
The tint color user for the minimum track images.
[get: Foundation.Export("minimumTrackTintColor", ObjCRuntime.ArgumentSemantic.Strong)]
[set: Foundation.Export("setMinimumTrackTintColor:", ObjCRuntime.ArgumentSemantic.Strong)]
public virtual UIKit.UIColor MinimumTrackTintColor { get; set; }
member this.MinimumTrackTintColor : 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.