Share via


UIDynamicAnimator.GetLayoutAttributesForDecorationView Method

Definition

[Foundation.Export("layoutAttributesForDecorationViewOfKind:atIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForDecorationView(Foundation.NSString viewKind, Foundation.NSIndexPath viewIndexPath);
[<Foundation.Export("layoutAttributesForDecorationViewOfKind:atIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Applies to