Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGeometryElement Class / PathLength Property

In This Topic
    PathLength Property
    In This Topic
    Gets or sets the author's computation of the total length of the path.
    Syntax
    'Declaration
     
    Public Property PathLength As System.Nullable(Of Single)
    public System.Nullable<float> PathLength {get; set;}
    See Also