NSCollectionViewDelegateFlowLayout Constructors

Definition

Overloads

NSCollectionViewDelegateFlowLayout()
NSCollectionViewDelegateFlowLayout(NSObjectFlag)
NSCollectionViewDelegateFlowLayout(IntPtr)

NSCollectionViewDelegateFlowLayout()

[Foundation.Export("init")]
public NSCollectionViewDelegateFlowLayout ();
Attributes

Applies to

NSCollectionViewDelegateFlowLayout(NSObjectFlag)

protected NSCollectionViewDelegateFlowLayout (Foundation.NSObjectFlag t);
new AppKit.NSCollectionViewDelegateFlowLayout : Foundation.NSObjectFlag -> AppKit.NSCollectionViewDelegateFlowLayout

Parameters

Applies to

NSCollectionViewDelegateFlowLayout(IntPtr)

protected internal NSCollectionViewDelegateFlowLayout (IntPtr handle);
new AppKit.NSCollectionViewDelegateFlowLayout : nativeint -> AppKit.NSCollectionViewDelegateFlowLayout

Parameters

handle
IntPtr

nativeint

Applies to