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; }
Public ReadOnly Default Property Item (
index As Integer
) As EffectStyle
Get
public:
property EffectStyle^ default[int index] {
EffectStyle^ get (int index);
}
member Item : EffectStyle with get
Parameters
-
index
-
Type:
System
Int32
Position of element.
Return Value
Type:
EffectStyle
Element at specified position.
See Also