[]
Represents the 'linearGradient' element.
public class SvgLinearGradientElement : SvgGradientElement
Public Class SvgLinearGradientElement
Inherits SvgGradientElement
Name | Description |
---|---|
SvgLinearGradientElement() | Initializes a new instance of the SvgLinearGradientElement class. |
Name | Description |
---|---|
SvgName | Gets the SVG name of SvgLinearGradientElement. |
Name | Description |
---|---|
ElementName | Gets the SVG name of the current element. |
X1 | Gets or sets the horizontal coordinate of the first point for the linear gradient. |
X2 | Gets or sets the horizontal coordinate of the second point for the linear gradient. |
Y1 | Gets or sets the vertical coordinate of the first point for the linear gradient. |
Y2 | Gets or sets the vertical coordinate of the second point for the linear gradient. |