Search
XmlSerializationContext.ReadBrushCollection Method
See Also
 





Reads a collection of brushes from the element with the specified name and the specified parent.

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

 Syntax

C#  Copy Code

public BrushCollection ReadBrushCollection (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

The name of the element to read.

parentElement

The parent of the element.

 Return Value

The collection of the deserialized brushes.

 See Also