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





Writes a WPF GradientStopCollection as an XmlElement object with the specified name and the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.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 GradientStopCollection to write.

elementName

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

parentElement

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

 Return Value

The new XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace