Share via


UIProgressView.ProgressImage Property

Definition

The UIImage used to indicate progress.

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

Property Value

Attributes

Applies to