PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1AnchorInfoCollection Class / Item Property
The index in the current collection.

In This Topic
    Item Property (C1AnchorInfoCollection)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As C1AnchorInfo
    public C1AnchorInfo this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index in the current collection.

    Property Value

    The element at the specified index.
    See Also