UICollectionViewFlowLayout.EstimatedItemSize Property

Definition

Gets or sets the size estimation that is used, for example, to calculate the height of off-screen cells.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGSize EstimatedItemSize { [Foundation.Export("estimatedItemSize")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setEstimatedItemSize:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.EstimatedItemSize : CoreGraphics.CGSize with get, set

Property Value

Attributes

Applies to