UICollectionViewLayout.LayoutAttributesForSupplementaryView 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.
Overloads
LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath) |
The attributes for the supplementary view at the specified indexPath. |
LayoutAttributesForSupplementaryView(NSString, NSIndexPath) |
The UICollectionViewLayoutAttributes for the specified supplementary view. |
LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)
The attributes for the supplementary view at the specified indexPath.
public UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (UIKit.UICollectionElementKindSection section, Foundation.NSIndexPath indexPath);
member this.LayoutAttributesForSupplementaryView : UIKit.UICollectionElementKindSection * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Parameters
- section
- UICollectionElementKindSection
- indexPath
- NSIndexPath
Returns
Applies to
LayoutAttributesForSupplementaryView(NSString, NSIndexPath)
The UICollectionViewLayoutAttributes for the specified supplementary view.
[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (Foundation.NSString kind, Foundation.NSIndexPath indexPath);
abstract member LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Parameters
- kind
- NSString
- indexPath
- NSIndexPath
Returns
- Attributes