UIKit.UICollectionViewFlowLayout.ItemSize Property
The default size of the UIKit.UICollectionViewCells being displayed.

Syntax

[get: Foundation.Export("itemSize")]
[set: Foundation.Export("setItemSize:")]
public virtual CoreGraphics.CGSize ItemSize { get; set; }

Value

The default value is {50,50}.

Remarks

Can be customized with the UICollectionViewDelegateFlowLayout.GetSizeForItem method.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0