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

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

Syntax

C#
public class XmlArrow : DefaultArrow
Visual Basic
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