UICollectionReusableView.ApplyLayoutAttributes Method
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.
Applies the specified layout attributes to this UICollectionReusableView.
[Foundation.Export("applyLayoutAttributes:")]
public virtual void ApplyLayoutAttributes (UIKit.UICollectionViewLayoutAttributes layoutAttributes);
abstract member ApplyLayoutAttributes : UIKit.UICollectionViewLayoutAttributes -> unit
override this.ApplyLayoutAttributes : UIKit.UICollectionViewLayoutAttributes -> unit
Parameters
- layoutAttributes
- UICollectionViewLayoutAttributes
The layout attributes to apply to your collection view.
This parameter can be null
.
- Attributes