Singleton representing the system's clipboard.
Returns whether the clipboard contains a string.
Returns whether the clipboard contains an image.
Returns the clipboard contents as a UTF-8 string or an empty string if the clipboard does not contain a string.
Returns the clipboard contents as an ImageSourceRef or a null if the clipboard does not contain an image.
Sets the clipboard contents to the UTF-8 string str .
Sets the clipboard contents to the ImageSource image .