MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.ReadEffect Method
See Also
 






Reads the System.Windows.Media.Effects.Effect that was applied to the specified element with the specified parent.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Effect ReadEffect (
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

The name of the element.

parentElement

The parent of the element.

 Return Value

The System.Windows.Media.Effects.Effect that was deserialized.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace