Writes the specified pen.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public XElement WritePen ( |
Visual Basic
Copy Code
|
|---|
Public Function WritePen( _ |
The pen to write.
The name of the element under which the value should be written.
The parent element of the newly created node.
An instance of the XElement class representing the newly created XML element.
See Also