UIDynamicAnimator.GetLayoutAttributesForCell(NSIndexPath) 方法

定义

UICollectionView 单元格的布局属性。

[Foundation.Export("layoutAttributesForCellAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForCell (Foundation.NSIndexPath cellIndexPath);
abstract member GetLayoutAttributesForCell : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForCell : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

参数

cellIndexPath
NSIndexPath

返回

属性

适用于