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

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

    Parameters

    section
    indexPath
    See Also