次の方法で共有


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

戻り値

属性

適用対象