Hide Comments
Hide Comments

Comments (0)

The child SVG Items of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.

Namespace: RSSVG

expandingSyntax

Delphi

public
  property Items: TSVGElements read FItems write SetItems;
 

Property Value

Type: TSVGElements

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