UICollectionView.CollectionViewLayout Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 .