Share via


UICollectionViewLayout.FinalLayoutAttributesForDisappearingDecorationElement 方法

定义

即将从此 UICollectionViewLayout 中删除的修饰元素的最终布局信息。

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

参数

elementKind
NSString
decorationIndexPath
NSIndexPath

返回

属性

适用于