MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.ReadGradientStopCollection Method
See Also
 





Reads a GradientStopCollection from the specified element with the specified parent.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public GradientStopCollection ReadGradientStopCollection (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadGradientStopCollection( _
    elementName As String, _
    parentElement As XmlElement _
) As GradientStopCollection

 Parameters

elementName

The name of the element.

parentElement

The parent of the element.

 Return Value

The GradientStopCollection that was read.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.UI.Wpf Namespace