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





Writes a System.Windows.Media.GradientStop value as a System.Xml.XmlElement object with the specified name and the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public XmlElement WriteGradientStop (
    GradientStop stop,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteGradientStop( _
    stop As GradientStop, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

stop

The System.Windows.Media.GradientStop to write.

elementName

The name of the XML element to write.

parentElement

The parent of the new XML element.

 Return Value

The new XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace