UICollectionViewDelegateFlowLayout_Extensions.GetInsetForSection 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 margins to apply to content in the specified section.
public static UIKit.UIEdgeInsets GetInsetForSection (this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
static member GetInsetForSection : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> UIKit.UIEdgeInsets
Parameters
The instance on which this extension method operates.
- collectionView
- UICollectionView
- layout
- UICollectionViewLayout
- section
- System.System.IntPtr System.nativeint