UICollectionViewFlowLayout.SectionInset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Insets between sections.
public virtual UIKit.UIEdgeInsets SectionInset { [Foundation.Export("sectionInset")] get; [Foundation.Export("setSectionInset:")] set; }
member this.SectionInset : UIKit.UIEdgeInsets with get, set
Property Value
The default value is {{0,0},{0,0}}.
- Attributes
Remarks
Where MinimumInteritemSpacing and MinimumLineSpacing specify the distances between individual UICollectionViewCells, the SectionInset property specifies spacing between the headers and footers of a section and their component UICollectionViewCells.