[]
Represents the 'symbol' element.
public class SvgSymbolElement : SvgGraphicsElement
Public Class SvgSymbolElement
Inherits SvgGraphicsElement
Name | Description |
---|---|
SvgSymbolElement() | Initializes a new instance of the SvgSymbolElement class. |
Name | Description |
---|---|
SvgName | Gets the SVG name of SvgSymbolElement. |
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. |
PreserveAspectRatio | Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle. |
RefX | Gets or sets the horizontal reference point of the symbol which is to be placed exactly at the symbol's x positioning coordinate. |
RefY | Gets or sets the vertical reference point of the symbol which is to be placed exactly at the symbol's y positioning coordinate. |
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. |