Share via


UICollectionViewDelegateFlowLayout_Extensions.GetInsetForSection Method

Definition

The margins to apply to content in the specified section.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIEdgeInsets GetInsetForSection(this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetInsetForSection : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> UIKit.UIEdgeInsets

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Attributes

Applies to