[]
Searches the current collection for an object that contains an anchor with the specified name in its Anchors collection.
public RenderObject FindByAnchorName(string anchorName, out C1Anchor anchor)
| Type | Name | Description |
|---|---|---|
| string | anchorName | The name of the anchor to search for. |
| C1Anchor | anchor | OUT: contains the C1Anchor object with the specified name. |
| Type | Description |
|---|---|
| RenderObject | Returns the found render object or null if not found. |