UICollectionViewDelegateFlowLayout.GetInsetForSection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要套用至指定區段中內容的邊界。
[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
- layout
- UICollectionViewLayout
- section
- System.System.IntPtr System.nativeint
傳回
- 屬性