An Arrow inplementation that stores the XmlNode containing a serialized arrow instance.

Namespace:  yWorks.yFiles.Graph.Web
Assembly:  yFilesServer (in yFilesServer.dll) Version: 1.3.0.2 (1.3.0.2)

Syntax

C#
public class XmlArrow : DefaultArrow
Visual Basic (Declaration)
Public Class XmlArrow _
	Inherits DefaultArrow

Remarks

Instances of this class are used if a serialized arrow cannot be properly deserialized to an arrow instance contained in yFiles.NET.

Inheritance Hierarchy

System..::.Object
  DefaultArrow
    yWorks.yFiles.Graph.Web..::.XmlArrow

See Also