UICollectionViewDelegateFlowLayout.GetReferenceSizeForHeader 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.
The size of the header view for the specified section.
[Foundation.Export("collectionView:layout:referenceSizeForHeaderInSection:")]
public virtual CoreGraphics.CGSize GetReferenceSizeForHeader (UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
abstract member GetReferenceSizeForHeader : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> CoreGraphics.CGSize
override this.GetReferenceSizeForHeader : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> CoreGraphics.CGSize
Parameters
- collectionView
- UICollectionView
- layout
- UICollectionViewLayout
- section
- System.System.IntPtr System.nativeint
Returns
- Attributes