Share via


INSCollectionLayoutContainer Interface

Definition

This interface represents the Objective-C protocol NSCollectionLayoutContainer.

[Foundation.Protocol(Name="NSCollectionLayoutContainer", WrapperType=typeof(UIKit.NSCollectionLayoutContainerWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="contentSize")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="effectiveContentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="EffectiveContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="effectiveContentSize")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentInsets", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentInsets", PropertyType=typeof(UIKit.NSDirectionalEdgeInsets), Selector="contentInsets")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="effectiveContentInsets", IsProperty=true, IsRequired=true, IsStatic=false, Name="EffectiveContentInsets", PropertyType=typeof(UIKit.NSDirectionalEdgeInsets), Selector="effectiveContentInsets")]
public interface INSCollectionLayoutContainer : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSCollectionLayoutContainer", WrapperType=typeof(UIKit.NSCollectionLayoutContainerWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="contentSize")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="effectiveContentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="EffectiveContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="effectiveContentSize")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentInsets", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentInsets", PropertyType=typeof(UIKit.NSDirectionalEdgeInsets), Selector="contentInsets")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="effectiveContentInsets", IsProperty=true, IsRequired=true, IsStatic=false, Name="EffectiveContentInsets", PropertyType=typeof(UIKit.NSDirectionalEdgeInsets), Selector="effectiveContentInsets")>]
type INSCollectionLayoutContainer = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
ContentInsets
ContentSize
EffectiveContentInsets
EffectiveContentSize
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to