Skip to main content
All docs
V19.1

SvgImageCollection.Item[Int32] Property

Returns the SvgImageCollection image located at the specific position.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public SvgImage this[int index] { get; set; }

Parameters

Name Type Description
index Int32

An Int32 value that is the returned image’s position inside this SvgImageCollection.

Property Value

Type Description
SvgImage

An SvgImage located at the specific position.

See Also