UICollectionViewLayout.FinalLayoutAttributesForDisappearingDecorationElement 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 final layout information for a decoration element that is about to be removed from this 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
Parameters
- elementKind
- NSString
- decorationIndexPath
- NSIndexPath
Returns
- Attributes