UIActivityIndicatorView.Color Property

Definition

The color of the activity indicator.

public virtual UIKit.UIColor Color { [Foundation.Export("color", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Color : UIKit.UIColor with get, set

Property Value

This value can be null.

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to