Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathElement Class / PathData Property

In This Topic
    PathData Property
    In This Topic
    Gets or sets the object with a sequence of instructions for drawing a path.
    Syntax
    'Declaration
     
    Public Property PathData As SvgPathData
    public SvgPathData PathData {get; set;}
    See Also