Share via


UIProgressView.ProgressTintColor Property

Definition

The color to be applied as a tint to the background of the UIProgressView.

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

Property Value

Attributes

Applies to