[]
Represents a gradient stop element.
public class SvgStopElement : SvgElement
Public Class SvgStopElement
Inherits SvgElement
| Name | Description |
|---|---|
| SvgStopElement() | Initializes a new instance of the SvgStopElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgStopElement. |
| Name | Description |
|---|---|
| ElementName | Gets the SVG name of the current element. |
| Offset | Gets or sets the position where the gradient stop is placed. |
| StopColor | Gets or sets an SvgColor indicating what color to use at that gradient stop. |
| StopOpacity | Gets or sets a value that defines the opacity of a given gradient stop. |