Click or drag to resize

SvgElementParent Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the parent SvgElement.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual SvgElement Parent { get; }
Request Example View Source

Property Value

Type: SvgElement
An SvgElement if one exists; otherwise null.
See Also