UIPasteboard.Color Property

Definition

The color of the first pasteboard item.

public virtual UIKit.UIColor Color { [Foundation.Export("color", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setColor:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Color : 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