共用方式為


UICollectionViewFlowLayout.FooterReferenceSize 屬性

定義

指定 SizeF 區段頁尾的 UICollectionViewFlowLayout

public virtual CoreGraphics.CGSize FooterReferenceSize { [Foundation.Export("footerReferenceSize")] get; [Foundation.Export("setFooterReferenceSize:")] set; }
member this.FooterReferenceSize : CoreGraphics.CGSize with get, set

屬性值

預設值是 {0,0}。

屬性

備註

個別區段的 UICollectionViewFlowLayout 頁首和頁尾專案。 如果 ScrollDirectionVertical ,則會水準配置它們,如果 為 Horizontal ,則垂直配置為 ScrollDirection

適用於