[]
Represents the 'svg' element.
public class SvgSvgElement : SvgGraphicsElement
Initializes a new instance of the SvgSvgElement class.
public SvgSvgElement()
Gets the SVG name of SvgSvgElement.
public const string SvgName = "svg"
Gets the SVG name of the current element.
public override string ElementName { get; }
Gets or sets the content height.
public SvgLength? Height { get; set; }
Gets or sets the maximum content height.
public SvgLength? MaxHeight { get; set; }
Gets or sets the maximum content width.
public SvgLength? MaxWidth { get; set; }
Gets or sets the minimum content height.
public SvgLength? MinHeight { get; set; }
Gets or sets the minimum content width.
public SvgLength? MinWidth { get; set; }
Gets a value indicating if this 'svg' element is outermost.
public bool Outermost { get; }
Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle.
public SvgPreserveAspectRatio? PreserveAspectRatio { get; set; }
Gets or sets a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element.
public SvgViewBox? ViewBox { get; set; }
Gets or sets the content width.
public SvgLength? Width { get; set; }
Gets or sets the horizontal coordinate.
public SvgLength? X { get; set; }
Gets or sets the vertical coordinate.
public SvgLength? Y { get; set; }