The child SVG Items of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.
Namespace: FMX.RS.SVG
Delphi
|
public
property Items: TSVGElements read FItems write SetItems;
|
Property Value
Type: TSVGElements
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
|
|