xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UILargeContentViewerItem", WrapperType = typeof(UILargeContentViewerItemWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "showsLargeContentViewer", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShowsLargeContentViewer", PropertyType = typeof(bool), Selector = "showsLargeContentViewer")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "largeContentTitle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LargeContentTitle", PropertyType = typeof(string), Selector = "largeContentTitle")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "largeContentImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LargeContentImage", PropertyType = typeof(UIImage), Selector = "largeContentImage")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "scalesLargeContentImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ScalesLargeContentImage", PropertyType = typeof(bool), Selector = "scalesLargeContentImage")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "largeContentImageInsets", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LargeContentImageInsets", PropertyType = typeof(UIEdgeInsets), Selector = "largeContentImageInsets")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUILargeContentViewerItem : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |