Skip to main content

SvgImage.Elements Property

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

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public List<SvgElement> Elements { get; }

Property Value

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

A List of vector image elements.

See Also