The properties of UIKit.UIPasteboard are listed below. For a list of all members, see the UIPasteboard Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] | ChangeCount | nint. The number of times this UIPasteBoard's contents have changed. Read-only. |
| [read-only] static | ChangedNotification | Foundation.NSString. Notification constant for Changed |
| [read-only] static | ChangedTypesAddedKey | Foundation.NSString. Represents the value associated with the constant UIPasteboardChangedTypesAddedKey |
| [read-only] static | ChangedTypesRemovedKey | Foundation.NSString. Represents the value associated with the constant UIPasteboardChangedTypesRemovedKey |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Color | UIColor. The color of the first pasteboard item. | |
| Colors | UIColor[]. The colors used by all pasteboard items. | |
| [read-only] | Count | nint. The number of items on this UIPasteBoard. Read-only. |
| [read-only] static | General | UIPasteboard. The general pasteboard, used for copy-paste operations. |
| Image | UIImage. Retrieves or sets the image of the first pasteboard item. | |
| Images | UIImage[]. The images of all the pasteboard items. | |
| Items | Foundation.NSDictionary[]. The pasteboard items on this UIPasteBoard. | |
| [read-only] | Name | string. The name of this UIPasteBoard. Read-only. |
| Persistent | bool. Whether this UIPasteBoard is persistent. | |
| [read-only] static | RemovedNotification | Foundation.NSString. Notification constant for Removed |
| String | string. The string value of the first pasteboard item. | |
| Strings | string[]. The string values of all the pasteboard items. | |
| [read-only] static | TypeListColor | Foundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListColor |
| [read-only] static | TypeListImage | Foundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListImage |
| [read-only] static | TypeListString | Foundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListString |
| [read-only] static | TypeListURL | Foundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListURL |
| [read-only] | Types | string[]. The representations types of the first item on the pasteboard. |
| Url | Foundation.NSUrl. The URL of the first pasteboard item. | |
| Urls | Foundation.NSUrl[]. The URLs of all the pasteboard items. |