Share via


UIProgressView.TrackImage Property

Definition

The UIImage used to indicate the track.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage? TrackImage { [Foundation.Export("trackImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTrackImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("trackImage", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setTrackImage:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.TrackImage : UIKit.UIImage with get, set

Property Value

Attributes

Applies to