[]
Represents the 'svg' element.
public class SvgSvgElement : SvgGraphicsElement
Public Class SvgSvgElement
Inherits SvgGraphicsElement
| Name | Description |
|---|---|
| SvgSvgElement() | Initializes a new instance of the SvgSvgElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgSvgElement. |
| Name | Description |
|---|---|
| ElementName | Gets the SVG name of the current element. |
| Height | Gets or sets the content height. |
| 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. |
| Outermost | Gets a value indicating if this 'svg' element is outermost. |
| 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. |