xamarinwatchos
namespace ClockKit
{
[Introduced(PlatformName.WatchOS, 5, 0, PlatformArchitecture.All, null)]
[Register("CLKFullColorImageProvider", true)]
public class CLKFullColorImageProvider : NSObject, INSCopying, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual UIImage! Image
{
[Export("image", ArgumentSemantic.Retain)]
get;
[Export("setImage:", ArgumentSemantic.Retain)]
set;
}
}
}
Xamarin watchOS | 0.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |