[]
Represents the 'image' element.
public class SvgImageElement : SvgGraphicsElement
Public Class SvgImageElement
Inherits SvgGraphicsElement
| Name | Description |
|---|---|
| SvgImageElement() | Initializes a new instance of the SvgImageElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgImageElement. |
| Name | Description |
|---|---|
| ElementName | Gets the SVG name of the current element. |
| Height | Gets or sets the image height. |
| Href | Gets or sets a reference with the embedded image data. |
| 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. |
| PreserveAspectRatio | Gets or sets a value indicating how the image should be fitted with respect to the reference rectangle. |
| Width | Gets or sets the image width. |
| X | Gets or sets the horizontal coordinate. |
| Y | Gets or sets the vertical coordinate. |