UISlider.MinValueImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the image that will be renderd by the slider on the minimum value size of the control.
public virtual UIKit.UIImage MinValueImage { [Foundation.Export("minimumValueImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setMinimumValueImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.MinValueImage : UIKit.UIImage with get, set
Property Value
This value can be null
.
- Attributes
Remarks
This image should fit in the rectangle specified by MinValueImageRectForBounds(CGRect).
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.