[]
Represents SVG elements whose rendering is defined by geometry with an equivalent path. This includes paths and the basic shapes.
public abstract class SvgGeometryElement : SvgGraphicsElement
Initializes a new instance of the SvgGeometryElement class.
protected SvgGeometryElement(SvgElementType elementType)
elementType
SvgElementTypeGets or sets the author's computation of the total length of the path.
public float? PathLength { get; set; }