UICollectionViewDelegateFlowLayout_Extensions.GetMinimumLineSpacingForSection 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 spacing between rows or columns of a section.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat GetMinimumLineSpacingForSection(this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMinimumLineSpacingForSection : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> System.Runtime.InteropServices.NFloat
Parameters
- collectionView
- UICollectionView
- layout
- UICollectionViewLayout
- section
-
IntPtr
nativeint
Returns
- Attributes