[]
Represents the 'pattern' element.
public class SvgPatternElement : SvgElement
Public Class SvgPatternElement
Inherits SvgElement
| Name | Description |
|---|---|
| SvgPatternElement() | Initializes a new instance of the SvgPatternElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgPatternElement. |
| Name | Description |
|---|---|
| ElementName | Gets the SVG name of the current element. |
| Height | Gets or sets the content height. |
| Href | Gets or sets a reference to a different pattern element within the SVG document. |
| PatternContentUnits | Gets or sets a value specifying the coordinate system for the contents of the SvgPatternElement. |
| PatternTransform | Gets or sets the list of additional transformations from the pattern coordinate system onto the target coordinate system. |
| PatternUnits | Gets or sets a value specifying the coordinate system for the positional attributes. |
| PreserveAspectRatio | Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle. |
| ViewBox | Gets or sets a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element. |
| Width | Gets or sets the content width. |
| X | Gets or sets the horizontal coordinate. |
| Y | Gets or sets the vertical coordinate. |