次の方法で共有


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 必要があります。または、アプリケーションがクラッシュします。

属性

注釈

この値は、CC:UIKit.UICollectionView.UICollectionView(System.Drawing.RectangleF,UIKit.UICollectionViewLayout) コンストラクターで をインスタンス化UICollectionViewするか、メソッドを使用SetCollectionViewLayoutして、プレゼンテーションの前に設定する必要があります。

適用対象