UIDynamicAnimator.GetLayoutAttributesForDecorationView 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.
The layout attributes for a UICollectionView decoration view.
[Foundation.Export("layoutAttributesForDecorationViewOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForDecorationView (Foundation.NSString viewKind, Foundation.NSIndexPath viewIndexPath);
abstract member GetLayoutAttributesForDecorationView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForDecorationView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Parameters
- viewKind
- NSString
- viewIndexPath
- NSIndexPath
Returns
- Attributes