[]
Represents the outline of a shape which can be filled or stroked.
public class SvgPathElement : SvgGeometryElement
Initializes a new instance of the SvgPathElement class.
public SvgPathElement()
Gets the SVG name of SvgPathElement.
public const string SvgName = "path"
Gets the SVG name of the current element.
public override string ElementName { get; }
Gets or sets the object with a sequence of instructions for drawing a path.
public SvgPathData PathData { get; set; }