UISlider.MaxValueImage 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 maximum value size of the control.
public virtual UIKit.UIImage MaxValueImage { [Foundation.Export("maximumValueImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setMaximumValueImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.MaxValueImage : UIKit.UIImage with get, set
Property Value
This value can be null
.
- Attributes
Remarks
This image should fit in the rectangle specified by MaxValueImageRectForBounds(CGRect).
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.