DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / LayoutAttributesForSupplementaryView Method / LayoutAttributesForSupplementaryView(NSString,NSIndexPath) Method

In This Topic
    LayoutAttributesForSupplementaryView(NSString,NSIndexPath) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function LayoutAttributesForSupplementaryView( _
       ByVal kind As Foundation.NSString, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) As UIKit.UICollectionViewLayoutAttributes
    public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView( 
       Foundation.NSString kind,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    kind
    indexPath
    See Also