[]
Represents a vertical line command in the path data.
public class SvgVerticalLineToCommand : SvgPathCommand
Initializes a new instance of the SvgVerticalLineToCommand class.
public SvgVerticalLineToCommand(bool relative = false)
relative
boolIndicates whether the command uses absolute (false) or relative (true) coordinates.
Gets or sets the Y-coordinate of the destination point.
public float Y { get; set; }