Search
XmlSerializationContext.ReadEffect Method
See Also
 





Reads a visual Effect from the specified XML element with the specified parent.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.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 Effect that was read.

 See Also