UISlider.UISliderAppearance
UISlider.UISliderAppearance
Class
Definition
Appearance class for objects of type UISlider.
public class UISlider.UISliderAppearance : UIKit.UIControl.UIControlAppearance
type UISlider.UISliderAppearance = class
inherit UIControl.UIControlAppearance
- Inheritance
-
UIKit.UIControl+UIControlAppearanceUIKit.UIControl+UIControlAppearanceUISlider.UISliderAppearanceUISlider.UISliderAppearance
Remarks
This appearance class is a strongly typed subclass of UIAppearance that is intended to be used with objects of class UISlider. You can obtain an instance to this class by either accessing the static Appearance property on the UISlider or by calling the AppearanceWhenContainedIn(Type[]) to get a UIAppearance that is context sensitive.
Constructors
UISlider.UISliderAppearance(IntPtr) UISlider.UISliderAppearance(IntPtr) |
Properties
MaximumTrackTintColor MaximumTrackTintColor |
The color to apply as a tint to the standard maximum track images. |
MaxValueImage MaxValueImage |
The image to be used for the maximum value. |
MinimumTrackTintColor MinimumTrackTintColor |
The color to apply as a tint to the standard minimum track images. |
MinValueImage MinValueImage |
The image used for the minimum value. |
ThumbTintColor ThumbTintColor |
The color used to tint standard thumb images. |
Methods
MaxTrackImage(UIControlState) MaxTrackImage(UIControlState) |
The image to be used for the maximum track for the given UIControlState. |
MinTrackImage(UIControlState) MinTrackImage(UIControlState) |
The image for the minimum track for the given UIControlState. |
SetMaxTrackImage(UIImage, UIControlState) SetMaxTrackImage(UIImage, UIControlState) |
Sets the image used for the maximum track image. |
SetMinTrackImage(UIImage, UIControlState) SetMinTrackImage(UIImage, UIControlState) |
Sets the image used for the minimum track image. |
SetThumbImage(UIImage, UIControlState) SetThumbImage(UIImage, UIControlState) |
Sets the "thumb image" for the given UIControlState. |
ThumbImage(UIControlState) ThumbImage(UIControlState) |
The image used to mark the current location. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...