次の方法で共有


UICollectionViewDelegateFlowLayout.GetInsetForSection メソッド

定義

指定したセクションのコンテンツに適用する余白。

[Foundation.Export("collectionView:layout:insetForSectionAtIndex:")]
public virtual UIKit.UIEdgeInsets GetInsetForSection (UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
abstract member GetInsetForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> UIKit.UIEdgeInsets
override this.GetInsetForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> UIKit.UIEdgeInsets

パラメーター

collectionView
UICollectionView
section
System.System.IntPtr System.nativeint

戻り値

属性

適用対象