xamarinios
namespace UIKit
{
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "NSCollectionLayoutContainer", WrapperType = typeof(NSCollectionLayoutContainerWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "contentSize", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ContentSize", PropertyType = typeof(CGSize), Selector = "contentSize")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "effectiveContentSize", IsProperty = true, IsRequired = true, IsStatic = false, Name = "EffectiveContentSize", PropertyType = typeof(CGSize), Selector = "effectiveContentSize")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "contentInsets", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ContentInsets", PropertyType = typeof(NSDirectionalEdgeInsets), Selector = "contentInsets")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "effectiveContentInsets", IsProperty = true, IsRequired = true, IsStatic = false, Name = "EffectiveContentInsets", PropertyType = typeof(NSDirectionalEdgeInsets), Selector = "effectiveContentInsets")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface INSCollectionLayoutContainer : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
NSDirectionalEdgeInsets EffectiveContentInsets
{
[Export("effectiveContentInsets")]
get;
}
}
}
.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. |