UICollectionViewLayout.LayoutAttributesForDecorationView 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 UICollectionViewLayoutAttributes for the specified decoration view.
[Foundation.Export("layoutAttributesForDecorationViewOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForDecorationView (Foundation.NSString kind, Foundation.NSIndexPath indexPath);
abstract member LayoutAttributesForDecorationView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForDecorationView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Parameters
- kind
- NSString
- indexPath
- NSIndexPath
Returns
- Attributes