UICollectionViewLayout.InitialLayoutAttributesForAppearingDecorationElement Method

Definition

Information on the starting layout of a decoration view that is being inserted into the UICollectionView.

[Foundation.Export("initialLayoutAttributesForAppearingDecorationElementOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes InitialLayoutAttributesForAppearingDecorationElement (Foundation.NSString elementKind, Foundation.NSIndexPath decorationIndexPath);
abstract member InitialLayoutAttributesForAppearingDecorationElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.InitialLayoutAttributesForAppearingDecorationElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

elementKind
NSString
decorationIndexPath
NSIndexPath

Returns

Attributes

Applies to