MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.WriteBrushCollection Method
See Also
 





Writes the specified collection of brushes under the specified name with the specified Xml parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public XmlElement WriteBrushCollection (
    BrushCollection brushes,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteBrushCollection( _
    brushes As BrushCollection, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

brushes

The collection to write.

elementName

The name of the new element.

parentElement

The parent of the new node.

 Return Value

The newly created element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace