Overview

The SVGUseElement interface corresponds to the <use> element.

Location

Properties


animatedInstanceRoot

property animatedInstanceRoot: HTMLElement read;
HTMLElement animatedInstanceRoot { get; }
var animatedInstanceRoot: HTMLElement { get{} }
HTMLElement animatedInstanceRoot { __get; }
ReadOnly Property animatedInstanceRoot() As HTMLElement

height

property height: Int32 read;
var height: Int32 { get{} }
ReadOnly Property height() As Int32

instanceRoot

property instanceRoot: HTMLElement read;
HTMLElement instanceRoot { get; }
var instanceRoot: HTMLElement { get{} }
HTMLElement instanceRoot { __get; }
ReadOnly Property instanceRoot() As HTMLElement

width

property width: Int32 read;
var width: Int32 { get{} }
ReadOnly Property width() As Int32

x

ReadOnly Property x() As Double

y

ReadOnly Property y() As Double