Click or drag to resize

SvgPathPathData Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets a SvgPathSegmentList of path data.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[SvgAttributeAttribute("d")]
public SvgPathSegmentList PathData { get; set; }

Property Value

Type: SvgPathSegmentList
See Also