Search
XmlSerializationContext.ReadBrush Method
See Also
 





Reads a Brush object with the specified name.

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

 Syntax

C#  Copy Code

public Brush ReadBrush (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadBrush( _
    elementName As String, _
    parentElement As XmlElement _
) As Brush

 Parameters

elementName

The name of the element to read.

parentElement

The XML parent of the element to read.

 Return Value

The deserialized System.Windows.Media.Brush object.

 See Also