[]
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)
Gets or sets the Y-coordinate of the destination point.
public float Y { get; set; }