[]
        
(Showing Draft Content)

C1.C1Preview.StyleCollection.Item

this Property

this[int]

Gets the Style object at the specified index in the current collection.

Declaration
public Style this[int index] { get; }
Parameters
Type Name Description
int index

The index of the element.

Property Value
Type Description
Style

The element at the specified index.