UIKit.UICollectionViewFlowLayout: Property Members

The properties of UIKit.UICollectionViewFlowLayout are listed below. For a list of all members, see the UICollectionViewFlowLayout Members list.

See Also: Inherited members from UIKit.UICollectionViewLayout

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
EstimatedItemSizeCoreGraphics.CGSize. Documentation for this section has not yet been entered.
FooterReferenceSizeCoreGraphics.CGSize. Specifies the System.Drawing.SizeF of the footer of a UIKit.UICollectionViewFlowLayout section.
HeaderReferenceSizeCoreGraphics.CGSize. The default SizeF for section headers.|The defaultSizeF for section headers.
ItemSizeCoreGraphics.CGSize. The default size of the UIKit.UICollectionViewCells being displayed.
MinimumInteritemSpacingnfloat. The minimum spacing between cells in the direction of the flow (i.e., between sides if horizontal, between bottom and top if vertical).
MinimumLineSpacingnfloat. The minimum spacing between new lines of cells, in the direction of the UICollectionViewFlowLayout.ScrollDirection property (i.e., the opposite of the flow direction).
ScrollDirectionUICollectionViewScrollDirection. The scrolling direction, which is at right angles to the flow direction.
SectionInsetUIEdgeInsets. Insets between sections.