Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property Parent: TSVGElement read FParent write SetParent;
 

Property Value

Type: TSVGElement

expandingRemarks

noteNote

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

expandingSee Also

Comments (0)

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