Reads a Brush object with the specified name.
Namespace: MindFusion.Diagramming
File: XmlPersistContext.js
SyntaxJavaScript
Copy Code
|
|---|
function readBrush (elementName, parentElement, [defaultValue]) |
String. A string specifying the name of the brush XML element.
Element. The parent DOM Element object.
Object. The default brush to return if specified child XML element does not exist.
Object. The brush object loaded from XML.
See Also