Item

EffectStyleCollection indexer

Returns an element at specified position. Read-only EffectStyle.

public IEffectStyle this[int index] { get; }
ParameterDescription
indexPosition of element.

Return Value

Element at specified position.

See Also