UISlider.MaxValueImage Property

Definition

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.

Applies to