Compartir a través de


UICollectionView.CollectionViewLayout Propiedad

Definición

que UICollectionViewLayout diseñará estos UICollectionViewelementos.

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

Valor de propiedad

Este valor debe establecerse antes de presentar o UICollectionView se bloqueará la aplicación.

Atributos

Comentarios

Este valor debe establecerse antes de la presentación, ya sea creando instancias UICollectionView de con el constructor (System.Drawing.RectangleF,UIKit.UICollectionViewLayout) o con el SetCollectionViewLayout método .

Se aplica a