Changes the parent SVG Element of the current element. The FMX.RS.SVG.TSVGElement.Parent and Items properties define the hierarchy of a SVG document fragment.
Namespace: FMX.RS.SVG
Delphi
|
protected
procedure SetParent(const Value: TSVGElement); override;
|
Parameters
Value
Type: TSVGElement
Overrides
TSVGElement.SetParent(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
|
|