UICollectionView.CollectionViewLayout プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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して、プレゼンテーションの前に設定する必要があります。