[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSvgElement

Class SvgSvgElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents the 'svg' element.

public class SvgSvgElement : SvgGraphicsElement
Inheritance
object
SvgSvgElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgSvgElement()

Initializes a new instance of the SvgSvgElement class.

public SvgSvgElement()

Fields

SvgName

Gets the SVG name of SvgSvgElement.

public const string SvgName = "svg"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string

Height

Gets or sets the content height.

public SvgLength? Height { get; set; }

Property Value

SvgLength?

MaxHeight

Gets or sets the maximum content height.

public SvgLength? MaxHeight { get; set; }

Property Value

SvgLength?

MaxWidth

Gets or sets the maximum content width.

public SvgLength? MaxWidth { get; set; }

Property Value

SvgLength?

MinHeight

Gets or sets the minimum content height.

public SvgLength? MinHeight { get; set; }

Property Value

SvgLength?

MinWidth

Gets or sets the minimum content width.

public SvgLength? MinWidth { get; set; }

Property Value

SvgLength?

Outermost

Gets a value indicating if this 'svg' element is outermost.

public bool Outermost { get; }

Property Value

bool

PreserveAspectRatio

Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle.

public SvgPreserveAspectRatio? PreserveAspectRatio { get; set; }

Property Value

SvgPreserveAspectRatio?

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.

public SvgViewBox? ViewBox { get; set; }

Property Value

SvgViewBox?

Width

Gets or sets the content width.

public SvgLength? Width { get; set; }

Property Value

SvgLength?

X

Gets or sets the horizontal coordinate.

public SvgLength? X { get; set; }

Property Value

SvgLength?

Y

Gets or sets the vertical coordinate.

public SvgLength? Y { get; set; }

Property Value

SvgLength?