共用方式為


UICollectionView.CollectionViewLayout 屬性

定義

UICollectionViewLayout 配置這個 UICollectionView 元素的 。

public virtual UIKit.UICollectionViewLayout CollectionViewLayout { [Foundation.Export("collectionViewLayout", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCollectionViewLayout:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.CollectionViewLayout : UIKit.UICollectionViewLayout with get, set

屬性值

必須先設定此值,才能呈現 UICollectionView ,否則應用程式將會當機。

屬性

備註

此值必須在簡報之前設定,方法是使用 UICollectionView UIKit.UICollectionViewLayout) 建構函式或 SetCollectionViewLayout 方法。

適用於