KryptonWorkspaceWriteSequenceElement Method |
Write sequence details to xml during save process.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual void WriteSequenceElement(
XmlWriter xmlWriter,
KryptonWorkspaceSequence sequence
)
Parameters
- xmlWriter XmlWriter
- XmlWriter to use for saving.
- sequence KryptonWorkspaceSequence
- Reference to sequence.
See Also