Skip to main content
A newer version of this page is available. .

SvgImage.Elements Property

Provides access to elements (primitives) from which this vector image consists.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Data.v19.2.dll

Declaration

public List<SvgElement> Elements { get; }

Property Value

Type Description
List<DevExpress.Utils.Svg.SvgElement>

A List of vector image elements.

See Also