UICollectionViewFlowLayout.FooterReferenceSize 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.
Specifies the SizeF of the footer of a UICollectionViewFlowLayout section.
public virtual CoreGraphics.CGSize FooterReferenceSize { [Foundation.Export("footerReferenceSize")] get; [Foundation.Export("setFooterReferenceSize:")] set; }
member this.FooterReferenceSize : 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.