Writes the specified brush as an XML element. The brush is registered within the internal hashtable for subsequent serialization.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteBrush ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteBrush( _ |
The Brush to write.
The name of the new XML element.
The parent of the new XML element.
The new XML element.
See Also