Click or drag to resize

EffectStyleList Item Property

Gets an element at specified position. Readonly EffectStyle .

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public EffectStyle this[
	int index
] { get; }

Parameters

index
Type: System Int32
Position of element.

Return Value

Type: EffectStyle
Element at specified position.
See Also