ASP.NET Pack Programmer's Guide
XmlPersistContext.writeBrush Method
See Also
 





Writes a reference to the specified brush. The brush is registered within the internal hashtable for subsequent serialization.

Namespace: MindFusion.Diagramming
Package: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeBrush (brush, elementName, parentElement)

 Parameters

brush

The Brush object that should be saved in current XML document.

elementName

A string specifying the name of the new element.

parentElement

The parent DOM Element object.

 Return Value

Type: Element
The newly created DOM Element object.

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.Diagramming Namespace