[]
Represents a collection of Styles used to render IndexEntry objects at different nesting levels of a RenderIndex. The style at index 0 of this collection is used to render the top-level entries, the style at index 1 is used to render sub-entries, and so on.
public class IndexEntryStyles : OwnedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets the Style at the specified index. Creates missing styles as needed (i.e. if Style[2] is accessed, elements at indices 0, 1 and 2 are created if they had not been created before). |
Owner | Gets the RenderIndex that is the owner of the current collection. |