Search
XmlSerializationContext.ReadEffect Method
See Also
 





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

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

 Syntax

C#  Copy Code

public Effect ReadEffect (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadEffect( _
    elementName As String, _
    parentElement As XmlElement _
) As Effect

 Parameters

elementName

The name of the element to read.

parentElement

The parent of the element.

 Return Value

The System.Windows.Media.Effects.Effect object that was read.

 See Also