xamarinios
namespace UIKit
{
[Protocol(Name = "UICollectionViewDelegateFlowLayout", WrapperType = typeof(UICollectionViewDelegateFlowLayoutWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetSizeForItem", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollectionView), typeof(UICollectionViewLayout), typeof(NSIndexPath) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:sizeForItemAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetInsetForSection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollectionView), typeof(UICollectionViewLayout), typeof(nint) }, ReturnType = typeof(UIEdgeInsets), Selector = "collectionView:layout:insetForSectionAtIndex:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetMinimumLineSpacingForSection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollectionView), typeof(UICollectionViewLayout), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "collectionView:layout:minimumLineSpacingForSectionAtIndex:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetMinimumInteritemSpacingForSection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollectionView), typeof(UICollectionViewLayout), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetReferenceSizeForHeader", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollectionView), typeof(UICollectionViewLayout), typeof(nint) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:referenceSizeForHeaderInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetReferenceSizeForFooter", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollectionView), typeof(UICollectionViewLayout), typeof(nint) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:referenceSizeForFooterInSection:")]
public interface IUICollectionViewDelegateFlowLayout : INativeObject, IDisposable, IUICollectionViewDelegate, IUIScrollViewDelegate
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.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. |