Click or drag to resize

svgDescriptiveElement Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the svgDescriptiveElement class.

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Meta
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgDescriptiveElement(
	string _content = "",
	svgDescriptiveElementEnum type = svgDescriptiveElementEnum.title
)
Request Example View Source

Parameters

_content (Optional)
Type: SystemString
The content.
type (Optional)
Type: imbSCI.Graph.Graphics.SvgAPI.MetasvgDescriptiveElementEnum
The type.
See Also