Class SvgPath
Represents an arbitrary SVG path.
public class SvgPath
- Inheritance
-
SvgPath
- Inherited Members
- Extension Methods
Constructors
SvgPath()
public SvgPath()
Properties
Data
The SVG path to draw.
public string Data { get; set; }
Property Value
Index
The position of this path within a list.
public int Index { get; set; }