UICollectionViewFlowLayout.HeaderReferenceSize Property

Definition

The default SizeF for section headers.|The defaultSizeF for section headers.

public virtual CoreGraphics.CGSize HeaderReferenceSize { [Foundation.Export("headerReferenceSize")] get; [Foundation.Export("setHeaderReferenceSize:")] set; }
member this.HeaderReferenceSize : CoreGraphics.CGSize with get, set

Property Value

The default value is {0,0}.

Attributes

Remarks

The header and footer elements of a UICollectionViewFlowLayout separate sections. They are horizontally laid out if if the ScrollDirection is Vertical, and vertically laid out if the ScrollDirection is Horizontal.

Applies to