Hide Comments
Hide Comments

Comments (0)

ID reference to another SVG element in the current SVG document fragment

Namespace: FMX.RS.SVG

expandingSyntax

Delphi

published
  property Reference: String read FReference write SetReference;
 

Property Value

Type: String

expandingRemarks

The effect of a ‘use’ element is as if the contents of the referenced element were deeply cloned into a separate non- exposed DOM tree which had the ‘use’ element as its parent and all of the ‘use’ element's ancestors as its higher-level ancestors. Because the cloned DOM tree is non-exposed, the SVG Document Object Model (DOM) only contains the ‘use’ element and its attributes. The SVG DOM does not show the referenced element's contents as children of ‘use’ element.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb