SvgImage.Elements Property
Provides access to elements (primitives) from which this vector image consists.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
List<DevExpress.Utils.Svg.SvgElement> | A List of vector image elements. |
See Also