剪贴板
Avalonia provides access to the Clipboard via the IClipboard
interface. You can get an instance of this interface for the current Application with Application.Current.Clipboard
.
You can also store objects in the Clipboard but this is not supported on Android and iOS.
Objects are stored and retrieved with a format string that should be unique to your Application and object type.
Reference
Source code
最后更新于