UIKit.UICollectionViewLayoutAttributes: Property Members

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

See Also: Inherited members from Foundation.NSObject

Public Properties

Alphanfloat. The transparency to be applied.
BoundsCoreGraphics.CGRect. The RectangleF describing the bounds of the item.
CenterCoreGraphics.CGPoint. The center of the item.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
FrameCoreGraphics.CGRect. The RectangleF frame for the UICollectionView
Hiddenbool. Whether the UICollectionView is hidden or not.
IndexPathFoundation.NSIndexPath. The index path of the item in the UICollectionView.
[read-only]
RepresentedElementCategoryUICollectionElementCategory. Used to identify the specific purpose of a supplementary or decoration view. Read-only.
[read-only]
RepresentedElementKindstring. Used to identify the specific purpose of a supplementary or decoration view. Read-only.
SizeCoreGraphics.CGSize. The SizeF of the item.
TransformCoreGraphics.CGAffineTransform. The affine transform of the item.
Transform3DCoreAnimation.CATransform3D. The 3D transform of the item. (If not null, Frame will be set to null.)
ZIndexnint. The Z-Index of the item. (Higher values appear in front of lower values.)