UIKit.UICollectionViewFlowLayout.SectionInset Property
Insets between sections.

Syntax

[get: Foundation.Export("sectionInset")]
[set: Foundation.Export("setSectionInset:")]
public virtual UIEdgeInsets SectionInset { get; set; }

Value

The default value is {{0,0},{0,0}}.

Remarks

Where UICollectionViewFlowLayout.MinimumInteritemSpacing and UICollectionViewFlowLayout.MinimumLineSpacing specify the distances between individual UIKit.UICollectionViewCells, the UICollectionViewFlowLayout.SectionInset property specifies spacing between the headers and footers of a section and their component UIKit.UICollectionViewCells.

Requirements

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