Writes the specified GradientStop in XML.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteGradientStop ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteGradientStop( _ |
The GradientStop to write.
The name of the XML element to write.
The parent of the new XML element.
The new XML element.
See Also