UICollectionViewController.Layout Property

Definition

The UICollectionViewLayout used to initialize this UICollectionViewController. Read-only.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewLayout Layout { [Foundation.Export("collectionViewLayout")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Layout : UIKit.UICollectionViewLayout

Property Value

The UICollectionViewLayout.

Attributes

Applies to