[]
Returns the index of the specified RenderFragment of the current object in the Fragments collection.
public int IndexOfFragment(RenderFragment rf)
Type | Name | Description |
---|---|---|
RenderFragment | rf | The RenderFragment to return the index of. |
Type | Description |
---|---|
int | The 0-based index of the specified fragment in Fragments, or -1 if there are no fragments or the fragment was not found. |