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
| Alpha | nfloat. The transparency to be applied. | |
| Bounds | CoreGraphics.CGRect. The RectangleF describing the bounds of the item. | |
| Center | CoreGraphics.CGPoint. The center of the item. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Frame | CoreGraphics.CGRect. The RectangleF frame for the UICollectionView | |
| Hidden | bool. Whether the UICollectionView is hidden or not. | |
| IndexPath | Foundation.NSIndexPath. The index path of the item in the UICollectionView. | |
| [read-only] | RepresentedElementCategory | UICollectionElementCategory. Used to identify the specific purpose of a supplementary or decoration view. Read-only. |
| [read-only] | RepresentedElementKind | string. Used to identify the specific purpose of a supplementary or decoration view. Read-only. |
| Size | CoreGraphics.CGSize. The SizeF of the item. | |
| Transform | CoreGraphics.CGAffineTransform. The affine transform of the item. | |
| Transform3D | CoreAnimation.CATransform3D. The 3D transform of the item. (If not null, Frame will be set to null.) | |
| ZIndex | nint. The Z-Index of the item. (Higher values appear in front of lower values.) |