UICollectionViewLayout.InitialLayoutAttributesForAppearingDecorationElement 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.
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