[]
Represents the 'use' element.
public class SvgUseElement : SvgGraphicsElement
Public Class SvgUseElement
Inherits SvgGraphicsElement
| Name | Description |
|---|---|
| SvgUseElement() | Initializes a new instance of the SvgUseElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgUseElement. |
| 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 element/fragment within the SVG document. |
| MaxHeight | Gets or sets the maximum content height. |
| MaxWidth | Gets or sets the maximum content width. |
| MinHeight | Gets or sets the minimum content height. |
| MinWidth | Gets or sets the minimum content width. |
| Width | Gets or sets the content width. |
| X | Gets or sets the horizontal coordinate. |
| Y | Gets or sets the vertical coordinate. |