UISlider
UISliderAppearance
UISlider()
UISlider(CGRect)
UISlider(IntPtr)
UISlider(NativeHandle)
UISlider(NSCoder)
UISlider(NSObjectFlag)
Appearance
BehavioralStyle
ClassHandle
Continuous
CurrentMaxTrackImage
CurrentMinTrackImage
CurrentThumbImage
MaximumTrackTintColor
MaxValue
MaxValueImage
MinimumTrackTintColor
MinValue
MinValueImage
PreferredBehavioralStyle
ThumbTintColor
Value
AppearanceWhenContainedIn(Type[])
GetAppearance(UITraitCollection)
GetAppearance(UITraitCollection, Type[])
GetAppearance<T>()
GetAppearance<T>(UITraitCollection)
GetAppearance<T>(UITraitCollection, Type[])
MaxTrackImage(UIControlState)
MaxValueImageRectForBounds(CGRect)
MinTrackImage(UIControlState)
MinValueImageRectForBounds(CGRect)
SetMaxTrackImage(UIImage, UIControlState)
SetMinTrackImage(UIImage, UIControlState)
SetThumbImage(UIImage, UIControlState)
SetValue(Single, Boolean)
ThumbImage(UIControlState)
ThumbRectForBounds(CGRect, CGRect, Single)
TrackRectForBounds(CGRect)
UpdateMaximum(UISlider, ISlider)
UpdateMaximumTrackColor(UISlider, ISlider)
UpdateMinimum(UISlider, ISlider)
UpdateMinimumTrackColor(UISlider, ISlider)
UpdateThumbColor(UISlider, ISlider)
UpdateThumbImageSourceAsync(UISlider, ISlider, IImageSourceServiceProvider)
UpdateValue(UISlider, ISlider)
xamarinios
namespace UIKit
{
[Register("UISlider", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class UISlider : UIControl
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual bool Continuous
{
[Export("isContinuous")]
get;
[Export("setContinuous:")]
set;
}
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Get property 0.0 %
Set property |
---|---|
Upgrade Planner | 0.0 %
Reference this API 0.0 %
Set property |
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API