MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.WriteThickness Method (Thickness, String, XElement)
See Also
 






Writes a Thickness with the specified name.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public XElement WriteThickness (
    Thickness thickness,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteThickness( _
    thickness As Thickness, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

thickness

The System.Windows.Thickness structure to write.

elementName

The name of the new element.

parentElement

The parent of the new element.

 Return Value

The newly created System.Xml.Linq.XElement object.

 See Also

WriteThickness Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace