Search
XmlSerializationContext.ReadPen Method
See Also
 





Reads a System.Windows.Media.Pen value from the specified element with the specified parent.

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

 Syntax

C#  Copy Code

public Pen ReadPen (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadPen( _
    elementName As String, _
    parentElement As XmlElement _
) As Pen

 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.Pen value.

 See Also