Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathCommand Class / Relative Property

In This Topic
    Relative Property
    In This Topic
    Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates.
    Syntax
    'Declaration
     
    Public Property Relative As System.Boolean
    public System.bool Relative {get; set;}
    See Also