[]
Corresponds to the 'line' element in the DOM.
public class SvgLineElement : SvgGeometryElement
Public Class SvgLineElement
Inherits SvgGeometryElement
Name | Description |
---|---|
SvgLineElement() | Initializes a new instance of the SvgLineElement class. |
Name | Description |
---|---|
SvgName | Gets the SVG name of SvgLineElement. |
Name | Description |
---|---|
ElementName | Gets the SVG name of the current element. |
X1 | Gets or sets the horizontal coordinate of the first point. |
X2 | Gets or sets the horizontal coordinate of the second point. |
Y1 | Gets or sets the vertical coordinate of the first point. |
Y2 | Gets or sets the vertical coordinate of the second point. |