UICollectionView.GetLayoutAttributesForItem(NSIndexPath) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 UICollectionViewCell的布局信息。
[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForItem (Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
参数
- indexPath
- NSIndexPath
一个 NSIndexPath ,指示正在布局的所需单元格。
返回
一个 UICollectionViewLayoutAttributes 指定布局属性的对象。 null
如果 指定不存在的索引,indexPath
则返回 。
- 属性