Search
XmlPersistContext.WriteStyle Method
See Also
 






Writes a reference to the specified style. The style is registered within the internal hashtable for subsequent serialization.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WriteStyle (
    Style style,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteStyle( _
    style As Style, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

style

elementName

parentElement

 Return Value

 See Also