UIPasteboard.Colors Property

Definition

The colors used by all pasteboard items.

public virtual UIKit.UIColor[] Colors { [Foundation.Export("colors", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setColors:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Colors : UIKit.UIColor[] with get, set

Property Value

The first value when fetching, or sets all the values when setting to the single specified value.

This value can be null.

Attributes

Applies to