NSCollectionViewDelegateFlowLayout.ReferenceSizeForFooter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("collectionView:layout:referenceSizeForFooterInSection:")]
public virtual CoreGraphics.CGSize ReferenceSizeForFooter (AppKit.NSCollectionView collectionView, AppKit.NSCollectionViewLayout collectionViewLayout, nint section);
abstract member ReferenceSizeForFooter : AppKit.NSCollectionView * AppKit.NSCollectionViewLayout * nint -> CoreGraphics.CGSize
override this.ReferenceSizeForFooter : AppKit.NSCollectionView * AppKit.NSCollectionViewLayout * nint -> CoreGraphics.CGSize
Parameters
- collectionView
- NSCollectionView
- collectionViewLayout
- NSCollectionViewLayout
- section
- System.System.IntPtr System.nativeint
Returns
- Attributes