Deserializes the star diagram connection specific attributes on the given XElement to set properties on the given StarDiagramConnection. This can be called when deserializing 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 SetStarDiagramConnectionProperties(
	XElement element,
	StarDiagramConnection connection
)
Visual Basic (Declaration)
Protected Sub SetStarDiagramConnectionProperties ( _
	element As XElement, _
	connection As StarDiagramConnection _
)

Parameters

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

See Also