Click or drag to resize

svgDocumentdefinitions Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the definitions.

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

Property Value

Type: ListsvgGraphicElementBase
The definitions.
See Also