Writes a WPF GradientStopCollection as an XmlElement object with the specified name and the specified parent.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteGradientStopCollection ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteGradientStopCollection( _ |
The GradientStopCollection to write.
The name of the XML element that will be used for this GradientStop collection.
The parent node of the XML element that will represent the GradientStop collection.
The new XML element.
See Also