[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgUseElement

SvgUseElement Class

Represents the 'use' element.

Inheritance
SvgUseElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgUseElement : SvgGraphicsElement
Public Class SvgUseElement
    Inherits SvgGraphicsElement

Constructors

Name Description
SvgUseElement()

Initializes a new instance of the SvgUseElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgUseElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

Height

Gets or sets the content height.

Href

Gets or sets a reference to element/fragment within the SVG document.

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.

Width

Gets or sets the content width.

X

Gets or sets the horizontal coordinate.

Y

Gets or sets the vertical coordinate.