Skip to main content
All docs
V26.1
  • SvgImage.Elements Property

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

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Data.v26.1.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