Click or drag to resize

svgContainerElementchildren Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Contained elements

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Containers
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[XmlIgnoreAttribute]
public List<svgGraphicElementBase> children { get; set; }
Request Example View Source

Property Value

Type: ListsvgGraphicElementBase
The children.
See Also