Adds star diagram connection specific attributes to the given XElement for the given StarDiagramConnection. This can be called when serializing custom star diagram connections.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected void AddStarDiagramConnectionAttributes(
	XElement element,
	StarDiagramConnection connection
)
Visual Basic (Declaration)
Protected Sub AddStarDiagramConnectionAttributes ( _
	element As XElement, _
	connection As StarDiagramConnection _
)

Parameters

element
Type: System.Xml.Linq..::.XElement
The XElement to add the attributes to.
connection
Type: Mindscape.WpfDiagramming.StarDiagrams..::.StarDiagramConnection
The StarDiagramConnection being deserialized.

See Also