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





Writes the specified GradientStopCollection.

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

 Syntax

C#  Copy Code

public XmlElement WriteGradientStopCollection (
    GradientStopCollection stops,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

stops

The GradienSttop-s to write.

elementName

The name of the XML element that will be used for this GradientStop-s collection.

parentElement

The parent node of the XML element that will represent the GradientStop-s collection.

 Return Value

The new XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.UI.Wpf Namespace