The Parent SVG Element of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.
Namespace: FMX.RS.SVG
Property Value
Type: TSVGElement
Note
|
The Parent can change often for a SVG element, especially for elements like gradients or markers that can be referenced by other elements. As the SVG document fragment gets painted, the gradient's or marker's parent will change as its element that needs it gets painted. However, the actual parent will always have the SVG element in its Items property
|
|